Package | Description |
---|---|
org.apache.tapestry.spec |
Classes to represent application and component specifications.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtensionSpecification
Defines an "extension", which is much like a helper bean, but is part of a library or application
specification (and has the same lifecycle as the application).
|
Modifier and Type | Method and Description |
---|---|
IExtensionSpecification |
SpecFactory.createExtensionSpecification(org.apache.hivemind.ClassResolver resolver,
ValueConverter valueConverter)
Creates a concrete instance of
IExtensionSpecification . |
IExtensionSpecification |
ILibrarySpecification.getExtensionSpecification(java.lang.String name)
Returns the named IExtensionSpecification, or null if it doesn't exist.
|
IExtensionSpecification |
LibrarySpecification.getExtensionSpecification(java.lang.String name)
Returns the named IExtensionSpecification, or null if it doesn't exist.
|
Modifier and Type | Method and Description |
---|---|
void |
ILibrarySpecification.addExtensionSpecification(java.lang.String name,
IExtensionSpecification extension)
Adds another extension specification.
|
void |
LibrarySpecification.addExtensionSpecification(java.lang.String name,
IExtensionSpecification extension)
Adds another extension specification.
|