nl.gx.webmanager.wcb.presentationtype
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 |
java.lang.String |
getSourceJspPath()
Returns the path to the jsps in the component bundle jar. |
java.lang.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, getInstanceClassName, getInterfaceClassNames, getLanguageResourceMessage, getLanguageResourceMessages, getLanguageResources, getName, getNameSpace, getNodeType, getPermissionCategory, getPermissionsForPermissionGroups, getPersistenceManagerClassName, getProperties, getTypeId, getWrapperClassNames, isLicensed, setComponentBundleDefinition, setExtensions |
getSourceJspPath
java.lang.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
java.lang.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
Copyright © 2007-2011 GX Software BV. All Rights Reserved.