Interface PresentationComponentDefinition
-
- All Superinterfaces:
ComponentDefinition
- All Known Implementing Classes:
PresentationComponentDefinitionImpl
public interface PresentationComponentDefinition extends ComponentDefinition
Extended componentdefinition that shoudl be used by presentation components to provide GX WebManager with aditional information/configuration.- Author:
- arjans
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getSourceJspPath()
Returns the path to the jsps in the component bundle jar.String
getSourceStaticPath()
Returns the path to the static files in the component bundle jar.-
Methods inherited from interface nl.gx.webmanager.wcb.ComponentDefinition
getComponentBundleDefinition, getControllerClassName, getDependencies, getDescription, getDisplayLanguage, getEntityClassNames, getEntityFactoryClassName, getExtensions, getId, getImplementationClassName, getImplementationInstance, getInstanceClassName, getInterfaceClassNames, getLanguageResourceMessage, getLanguageResourceMessages, getLanguageResources, getName, getNameSpace, getNodeType, getPermissionCategory, getPermissionsForPermissionGroups, getPersistenceManagerClassName, getProperties, getTypeId, getWrapperClassNames, isLicensed, setComponentBundleDefinition, setExtensions
-
-
-
-
Method Detail
-
getSourceJspPath
String getSourceJspPath()
Returns the path to the jsps in the component bundle jar.- Returns:
- the path to the jsps in the component bundle jar
-
getSourceStaticPath
String getSourceStaticPath()
Returns the path to the static files in the component bundle jar.- Returns:
- the path to the static files in the component bundle jar
-
-