|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.ade.containerpage.inherited.CmsInheritanceReferenceParser
public class CmsInheritanceReferenceParser
Parser class for parsing inheritance container references.
| Constructor Summary | |
|---|---|
CmsInheritanceReferenceParser(CmsObject cms)
Creates a new parser instance. |
|
| Method Summary | |
|---|---|
CmsInheritanceReference |
getReference(java.util.Locale locale)
Gets the parsed reference for a locale. |
void |
parse(CmsResource resource)
Parses a given resource. |
protected void |
parse(CmsXmlContent content)
Parses the given XML content. |
protected CmsInheritanceReference |
parseReference(I_CmsXmlContentLocation location,
java.util.Locale locale)
Extracts a single inheritance reference from a location in the XML content. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsInheritanceReferenceParser(CmsObject cms)
cms - the CMS context to use| Method Detail |
|---|
public CmsInheritanceReference getReference(java.util.Locale locale)
Gets the reference object for the locale, and uses the reference for the English language as a fallback.
locale - the locale to get the reference for
public void parse(CmsResource resource)
throws CmsException
resource - the resource to parse
CmsException - if something goes wrongprotected void parse(CmsXmlContent content)
content - the XML content to parse
protected CmsInheritanceReference parseReference(I_CmsXmlContentLocation location,
java.util.Locale locale)
This method may return null if the given location doesn't contain a valid inheritance container reference.
location - the location from which to parse the inheritance referencelocale - the locale from which to parse the inheritance reference
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||