Liferay 6.2-ce-ga5

com.liferay.util.xml.descriptor
Class TilesDefsDescriptor

java.lang.Object
  extended by com.liferay.util.xml.descriptor.SimpleXMLDescriptor
      extended by com.liferay.util.xml.descriptor.TilesDefsDescriptor
All Implemented Interfaces:
XMLDescriptor

public class TilesDefsDescriptor
extends SimpleXMLDescriptor


Constructor Summary
TilesDefsDescriptor()
           
 
Method Summary
 boolean canHandleType(String doctype, org.dom4j.Document root)
           
 ElementIdentifier[] getElementsIdentifiedByAttribute()
           
 String[] getRootChildrenOrder()
           
 String[] getUniqueElements()
           
 
Methods inherited from class com.liferay.util.xml.descriptor.SimpleXMLDescriptor
areEqual, canJoinChildren, getChildrenOrder, getElementsIdentifiedByChild, getJoinableElements
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TilesDefsDescriptor

public TilesDefsDescriptor()
Method Detail

canHandleType

public boolean canHandleType(String doctype,
                             org.dom4j.Document root)
Specified by:
canHandleType in interface XMLDescriptor
Specified by:
canHandleType in class SimpleXMLDescriptor

getElementsIdentifiedByAttribute

public ElementIdentifier[] getElementsIdentifiedByAttribute()
Overrides:
getElementsIdentifiedByAttribute in class SimpleXMLDescriptor

getRootChildrenOrder

public String[] getRootChildrenOrder()
Specified by:
getRootChildrenOrder in interface XMLDescriptor
Overrides:
getRootChildrenOrder in class SimpleXMLDescriptor

getUniqueElements

public String[] getUniqueElements()
Overrides:
getUniqueElements in class SimpleXMLDescriptor

Liferay 6.2-ce-ga5