nl.gx.webmanager.wcb.presentationtype.impl
Class PresentationComponentDefinitionImpl

java.lang.Object
  extended by nl.gx.webmanager.wcb.foundation.ComponentDefinitionImpl
      extended by nl.gx.webmanager.wcb.presentationtype.impl.PresentationComponentDefinitionImpl
All Implemented Interfaces:
ComponentDefinition, PresentationComponentDefinition

public class PresentationComponentDefinitionImpl
extends ComponentDefinitionImpl
implements PresentationComponentDefinition

Extension of the base ComponentDefinitionImpl for the PresentationComponentType.

Author:
arjans

Field Summary
 
Fields inherited from class nl.gx.webmanager.wcb.foundation.ComponentDefinitionImpl
LOG
 
Constructor Summary
PresentationComponentDefinitionImpl(boolean isLicensed)
          Creates a new PresentationComponentDefinitionImpl instance.
 
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.
 void setSourceJspPath(java.lang.String sourceJspPath)
          Set the path to the jsps in the component bundle jar.
 void setSourceStaticPath(java.lang.String sourceStaticPath)
          Set the path to the static files in the component bundle jar.
 
Methods inherited from class nl.gx.webmanager.wcb.foundation.ComponentDefinitionImpl
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, setControllerClassName, setDependencies, setDescription, setEntityClassNames, setEntityFactoryClassName, setExtensions, setId, setImplementationClassName, setInstanceClassName, setInterfaceClassNames, setLanguageResources, setName, setNameSpace, setNodeType, setPermissionCategory, setPermissionsForPermissionGroup, setPersistenceManagerClassName, setProperties, setTypeId, setWrapperClassNames
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
 

Constructor Detail

PresentationComponentDefinitionImpl

public PresentationComponentDefinitionImpl(boolean isLicensed)
Creates a new PresentationComponentDefinitionImpl instance.

Parameters:
isLicensed - Indicates whether the PresentationComponent requires a license.
Method Detail

getSourceJspPath

public java.lang.String getSourceJspPath()
Description copied from interface: PresentationComponentDefinition
Returns the path to the jsps in the component bundle jar.

Specified by:
getSourceJspPath in interface PresentationComponentDefinition
Returns:
the path to the jsps in the component bundle jar

setSourceJspPath

public void setSourceJspPath(java.lang.String sourceJspPath)
Set the path to the jsps in the component bundle jar.

Parameters:
sourceJspPath - the path to the jsps in the component bundle jar

getSourceStaticPath

public java.lang.String getSourceStaticPath()
Description copied from interface: PresentationComponentDefinition
Returns the path to the static files in the component bundle jar.

Specified by:
getSourceStaticPath in interface PresentationComponentDefinition
Returns:
the path to the static files in the component bundle jar

setSourceStaticPath

public void setSourceStaticPath(java.lang.String sourceStaticPath)
Set the path to the static files in the component bundle jar.

Parameters:
sourceJspPath - the path to the static files in the component bundle jar


Copyright © 2007-2010 GX creative online development BV. All Rights Reserved.