|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.ade.containerpage.inherited.CmsContainerConfigurationParser
public class CmsContainerConfigurationParser
A parser class which reads data from inherited container configuration files.
| Constructor Summary | |
|---|---|
CmsContainerConfigurationParser(CmsObject cms)
Creates a new configuration parser. |
|
| Method Summary | |
|---|---|
java.util.Map<java.util.Locale,java.util.Map<java.lang.String,CmsContainerConfiguration>> |
getParsedResults()
Gets the parsed results as a map. |
void |
parse(CmsFile file)
Parses the contents of a file. |
void |
parse(CmsResource resource)
Parses the contents of a resource. |
protected void |
parseConfigurationGroup(I_CmsXmlContentLocation location)
Parses a group of named configurations from a given XML content location. |
protected void |
parseSingleConfiguration(I_CmsXmlContentValueLocation location)
Parses a single inheritance configuration from an XML content node. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsContainerConfigurationParser(CmsObject cms)
cms - the current CMS context| Method Detail |
|---|
public java.util.Map<java.util.Locale,java.util.Map<java.lang.String,CmsContainerConfiguration>> getParsedResults()
public void parse(CmsFile file)
throws CmsException
file - the file to parse
CmsException - if something goes wrong
public void parse(CmsResource resource)
throws CmsException
resource - the resource which should be parsed
CmsException - if something goes wrongprotected void parseConfigurationGroup(I_CmsXmlContentLocation location)
location - the location from which to read the configuration groupprotected void parseSingleConfiguration(I_CmsXmlContentValueLocation location)
location - the node from which to read the single configuration
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||