|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.ujac.print.DocumentHandlerComponentRegistry
public class DocumentHandlerComponentRegistry
Name: DocumentHandlerComponentRegistry
Description: A singleton maintaining static resources for the document handler.
Constructor Summary | |
---|---|
DocumentHandlerComponentRegistry()
|
Method Summary | |
---|---|
static DocumentHandlerComponentRegistry |
getInstance()
Gets the singleton. |
AttributeDefinitionMap |
getSupportedAttributes(BaseDocumentTag tag)
Gets the supported attribute definition map for the given tag instance. |
ChildDefinitionMap |
getSupportedChilds(BaseDocumentTag tag)
Gets the supported style attribute definition map for the given tag instance. |
AttributeDefinitionMap |
getSupportedStyleAttributes(BaseDocumentTag tag)
Gets the supported style attribute definition map for the given tag instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DocumentHandlerComponentRegistry()
Method Detail |
---|
public static final DocumentHandlerComponentRegistry getInstance()
public AttributeDefinitionMap getSupportedAttributes(BaseDocumentTag tag)
tag
- The tag to get the supported attributes for.
public AttributeDefinitionMap getSupportedStyleAttributes(BaseDocumentTag tag)
tag
- The tag to get the supported attributes for.
public ChildDefinitionMap getSupportedChilds(BaseDocumentTag tag)
tag
- The tag to get the supported attributes for.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |