|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.xml.content.CmsXmlContentMacroVisitor
public class CmsXmlContentMacroVisitor
Visitor implementation that provides macro resolving for all visited values.
This class is used when a new XML content is generated using a default content as model file.
| Constructor Summary | |
|---|---|
CmsXmlContentMacroVisitor(CmsObject cms,
CmsMacroResolver resolver)
Creates a new validation node visitor. |
|
| Method Summary | |
|---|---|
void |
visit(I_CmsXmlContentValue value)
Visits the given value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsXmlContentMacroVisitor(CmsObject cms,
CmsMacroResolver resolver)
cms - the initialized OpenCms user context (required for VFS access)resolver - the macro resolver to use for resolving macros| Method Detail |
|---|
public void visit(I_CmsXmlContentValue value)
I_CmsXmlContentValueVisitor
visit in interface I_CmsXmlContentValueVisitorvalue - the value to visitI_CmsXmlContentValueVisitor.visit(org.opencms.xml.types.I_CmsXmlContentValue)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||