org.apache.tapestry.spec
Interface IApplicationSpecification
- All Superinterfaces:
- ILibrarySpecification, IPropertyHolder, org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder
- All Known Implementing Classes:
- ApplicationSpecification
- public interface IApplicationSpecification
- extends ILibrarySpecification
Defines and interface for the configuration for a Tapestry application. An ApplicationSpecification
extends ILibrarySpecification
by adding new properties
name and engineClassName.
- Author:
- Geoffrey Longman
Method Summary |
java.lang.String |
getEngineClassName()
Returns the name of the class (which implements IEngine ). |
java.lang.String |
getName()
Returns a "user friendly" name for the application (which is optional). |
void |
setEngineClassName(java.lang.String value)
|
void |
setName(java.lang.String name)
|
Methods inherited from interface org.apache.tapestry.spec.ILibrarySpecification |
addExtensionSpecification, checkExtension, getComponentSpecificationPath, getComponentTypes, getDescription, getExtension, getExtension, getExtensionNames, getExtensionSpecification, getExtensionSpecifications, getLibraryIds, getLibrarySpecificationPath, getPageNames, getPageSpecificationPath, getPublicId, getServiceClassName, getServiceNames, getSpecificationLocation, instantiateImmediateExtensions, setComponentSpecificationPath, setDescription, setLibrarySpecificationPath, setPageSpecificationPath, setPublicId, setServiceClassName, setSpecificationLocation |
Methods inherited from interface org.apache.hivemind.LocationHolder |
setLocation |
Methods inherited from interface org.apache.hivemind.Locatable |
getLocation |
getName
public java.lang.String getName()
- Returns a "user friendly" name for the application (which is optional).
setEngineClassName
public void setEngineClassName(java.lang.String value)
getEngineClassName
public java.lang.String getEngineClassName()
- Returns the name of the class (which implements
IEngine
).
May return null, in which case a default is used.
setName
public void setName(java.lang.String name)