|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry.util.BasePropertyHolder
org.apache.tapestry.spec.LocatablePropertyHolder
org.apache.tapestry.spec.LibrarySpecification
org.apache.tapestry.spec.ApplicationSpecification
public class ApplicationSpecification
Defines the configuration for a Tapestry application. An ApplicationSpecification
extends LibrarySpecification by adding new properties
name and engineClassName.
| Constructor Summary | |
|---|---|
ApplicationSpecification()
|
|
| Method Summary | |
|---|---|
protected void |
extendDescription(org.apache.hivemind.util.ToStringBuilder builder)
Does nothing, subclasses may override to add additional description. |
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 class org.apache.tapestry.spec.LocatablePropertyHolder |
|---|
getLocation, setLocation |
| Methods inherited from class org.apache.tapestry.util.BasePropertyHolder |
|---|
getProperty, getPropertyNames, removeProperty, setProperty |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.tapestry.util.IPropertyHolder |
|---|
getProperty, getPropertyNames, removeProperty, setProperty |
| Methods inherited from interface org.apache.hivemind.LocationHolder |
|---|
setLocation |
| Methods inherited from interface org.apache.hivemind.Locatable |
|---|
getLocation |
| Constructor Detail |
|---|
public ApplicationSpecification()
| Method Detail |
|---|
public java.lang.String getName()
IApplicationSpecification
getName in interface IApplicationSpecificationpublic void setEngineClassName(java.lang.String value)
setEngineClassName in interface IApplicationSpecificationpublic java.lang.String getEngineClassName()
IApplicationSpecificationIEngine).
May return null, in which case a default is used.
getEngineClassName in interface IApplicationSpecificationpublic void setName(java.lang.String name)
setName in interface IApplicationSpecificationprotected void extendDescription(org.apache.hivemind.util.ToStringBuilder builder)
LibrarySpecification
extendDescription in class LibrarySpecificationLibrarySpecification.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||