|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arsdigita.runtime.CompoundInitializer
com.arsdigita.cms.contenttypes.ContentAssetInitializer
Field Summary |
Fields inherited from class com.arsdigita.runtime.CompoundInitializer |
versionId |
Constructor Summary | |
protected |
ContentAssetInitializer(String manifestFile)
|
Method Summary | |
abstract Class |
getAuthoringStep()
The class of the authoring kit step |
abstract com.arsdigita.globalization.GlobalizedMessage |
getAuthoringStepDescription()
The description for the authoring step |
abstract com.arsdigita.globalization.GlobalizedMessage |
getAuthoringStepLabel()
The label for the authoring step |
abstract int |
getAuthoringStepSortKey()
The sort key for the authoring step |
abstract String |
getBaseType()
The base type against which the asset is defined, typically com.arsdigita.cms.ContentPage |
abstract String |
getProperty()
The name of the association between the item and the asset, eg 'fileAttachments'. |
abstract String |
getTraversalXML()
Returns the path to the XML file defintions for the asset, eg /WEB-INF/traversal-adapters/com/arsdigita/cms/contentassets/FileAttachments.xml |
void |
init(com.arsdigita.runtime.LegacyInitEvent evt)
|
Methods inherited from class com.arsdigita.runtime.CompoundInitializer |
add, init, init |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected ContentAssetInitializer(String manifestFile)
Method Detail |
public void init(com.arsdigita.runtime.LegacyInitEvent evt)
public abstract String getBaseType()
public abstract String getTraversalXML()
public abstract String getProperty()
public abstract Class getAuthoringStep()
public abstract com.arsdigita.globalization.GlobalizedMessage getAuthoringStepLabel()
public abstract com.arsdigita.globalization.GlobalizedMessage getAuthoringStepDescription()
public abstract int getAuthoringStepSortKey()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |