Liferay 6.1.2-ce-ga3

com.liferay.util.xml.descriptor
Class FacesXMLDescriptor

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

public class FacesXMLDescriptor
extends SimpleXMLDescriptor


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

Constructor Detail

FacesXMLDescriptor

public FacesXMLDescriptor()
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

getElementsIdentifiedByChild

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

getJoinableElements

public String[] getJoinableElements()
Overrides:
getJoinableElements 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.1.2-ce-ga3