sferyx.administration.renderers
Class CustomXMLTagsGrammarSpecification
java.lang.Object
sferyx.administration.renderers.CustomXMLTagsGrammarSpecification
public class CustomXMLTagsGrammarSpecification
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMPTY_TAG
public static final java.lang.String EMPTY_TAG
- See Also:
- Constant Field Values
BLOCK_TAG
public static final java.lang.String BLOCK_TAG
- See Also:
- Constant Field Values
INLINE_TAG
public static final java.lang.String INLINE_TAG
- See Also:
- Constant Field Values
CustomXMLTagsGrammarSpecification
public CustomXMLTagsGrammarSpecification()
- Creates a new instance of CustomXMLTagsGrammarSpecification
isTreatAllBlockTagsAsBlocks
public static boolean isTreatAllBlockTagsAsBlocks()
setTreatAllBlockTagsAsBlocks
public static void setTreatAllBlockTagsAsBlocks(boolean treat)
getOriginalTagName
public static java.lang.String getOriginalTagName(java.lang.String tagName)
isTagRegistered
public static boolean isTagRegistered(java.lang.String tagName)
isTagEmpty
public static boolean isTagEmpty(java.lang.String tagName)
isTagRenderingAsBlock
public static boolean isTagRenderingAsBlock(java.lang.String tagName)
registerCustomXMLTag
public static void registerCustomXMLTag(java.lang.String tagName,
boolean isLeaf)
registerCustomXMLTagRenderingType
public static void registerCustomXMLTagRenderingType(java.lang.String tagName,
java.lang.String renderingMode)
registerEmptyCustomXMLTagComponentRepresentation
public static void registerEmptyCustomXMLTagComponentRepresentation(java.lang.String tagName,
java.lang.String className)
getGrammarSpecification
public static java.util.Hashtable getGrammarSpecification()
getRenderingModesSpecification
public static java.util.Hashtable getRenderingModesSpecification()