Liferay 6.1.2-ce-ga3

com.liferay.util.xml.descriptor
Class PortletAppDescriptor

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

public class PortletAppDescriptor
extends SimpleXMLDescriptor


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

Constructor Detail

PortletAppDescriptor

public PortletAppDescriptor()
Method Detail

canHandleType

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

getElementsIdentifiedByChild

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

Liferay 6.1.2-ce-ga3