Package nl.gx.webmanager.wcb.dojotype
Interface DojoComponentDefinition
-
- All Superinterfaces:
ComponentDefinition
- All Known Implementing Classes:
DojoComponentDefinitionImpl
public interface DojoComponentDefinition extends ComponentDefinition
ExtendedComponentDefinition
for components of typeDojoComponent
that provide GX WebManager with additional information/configuration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDojoBackendDir()
DojoModule[]
getDojoModules()
String
getPackageName()
String
getSourceStaticPath()
Returns the path to the static files in the component bundle jar.void
setDojoModules(DojoModule[] modules)
-
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
-
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
-
getDojoBackendDir
String getDojoBackendDir()
- Returns:
-
getDojoModules
DojoModule[] getDojoModules()
- Returns:
-
setDojoModules
void setDojoModules(DojoModule[] modules)
- Parameters:
modules
-
-
getPackageName
String getPackageName()
- Returns:
-
-