|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.ade.contenteditor.CmsContentTypeVisitor
public class CmsContentTypeVisitor
Visitor to read all types and attribute configurations within a content definition.
| Constructor Summary | |
|---|---|
CmsContentTypeVisitor(CmsObject cms,
CmsFile file,
java.util.Locale locale)
Constructor. |
|
| Method Summary | |
|---|---|
protected java.util.Map<java.lang.String,com.alkacon.acacia.shared.AttributeConfiguration> |
getAttributeConfigurations()
Returns the attribute configurations. |
CmsObject |
getCmsObject()
Gets the CMS context. |
java.util.List<I_CmsWidget> |
getCollectedWidgets()
Gets the list of widgets which have been processed by this visitor. |
java.util.List<com.alkacon.acacia.shared.TabInfo> |
getTabInfos()
Returns the tabInfos. |
protected java.util.Map<java.lang.String,com.alkacon.vie.shared.I_Type> |
getTypes()
Returns the types of the visited content definition. |
protected java.util.Collection<CmsExternalWidgetConfiguration> |
getWidgetConfigurations()
Returns the external widget configurations. |
void |
visitTypes(CmsXmlContentDefinition xmlContentDefinition,
java.util.Locale messageLocale)
Visits all types within the XML content definition. |
void |
visitTypes(CmsXmlContentDefinition xmlContentDefinition,
java.util.Locale messageLocale,
boolean checkWidgetsOnly)
Visits all types within the XML content definition. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsContentTypeVisitor(CmsObject cms,
CmsFile file,
java.util.Locale locale)
cms - the CMS contextfile - the content filelocale - the content locale| Method Detail |
|---|
public CmsObject getCmsObject()
public java.util.List<I_CmsWidget> getCollectedWidgets()
public java.util.List<com.alkacon.acacia.shared.TabInfo> getTabInfos()
public void visitTypes(CmsXmlContentDefinition xmlContentDefinition,
java.util.Locale messageLocale)
xmlContentDefinition - the content definitionmessageLocale - the locale
public void visitTypes(CmsXmlContentDefinition xmlContentDefinition,
java.util.Locale messageLocale,
boolean checkWidgetsOnly)
xmlContentDefinition - the content definitionmessageLocale - the localecheckWidgetsOnly - if true the availability of new editor widgets will be checked only,
in this case widget configuration will NOT be readprotected java.util.Map<java.lang.String,com.alkacon.acacia.shared.AttributeConfiguration> getAttributeConfigurations()
protected java.util.Map<java.lang.String,com.alkacon.vie.shared.I_Type> getTypes()
protected java.util.Collection<CmsExternalWidgetConfiguration> getWidgetConfigurations()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||