com.servingxml.components.recordmapping
Class InnerGroupFactory
java.lang.Object
com.servingxml.components.recordmapping.InnerGroupFactory
- All Implemented Interfaces:
- MapXmlFactory
public class InnerGroupFactory
- extends java.lang.Object
- implements MapXmlFactory
Implements a factory class for creating new InnerGroup instances.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InnerGroupFactory
public InnerGroupFactory(Environment env,
GroupRecognizer groupRecognizer,
MapXmlFactory childFactory)
createMapXml
public MapXml createMapXml(ServiceContext context)
- Specified by:
createMapXml
in interface MapXmlFactory
addToXsltEvaluator
public void addToXsltEvaluator(java.lang.String mode,
XsltEvaluatorFactory recordTemplatesFactory)
- Specified by:
addToXsltEvaluator
in interface MapXmlFactory
isGroup
public boolean isGroup()
- Specified by:
isGroup
in interface MapXmlFactory
isRecord
public boolean isRecord()
- Specified by:
isRecord
in interface MapXmlFactory