|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IPropertySource | |
---|---|
org.apache.tapestry | Tapestry is a comprehensive web application framework, written in Java. |
org.apache.tapestry.annotations | Contains all of the annotation features (jdk >= 1.5) available in tapestry. |
org.apache.tapestry.engine | Implementations of the IEngine interface, including
the standard implementation:
BaseEngine . |
org.apache.tapestry.pageload | Classes used when loading pages (and thier heirarchies of components) from thier specifications, as well as organizaing thier templates. |
org.apache.tapestry.services | Interfaces for Tapestry-related HiveMind services. |
org.apache.tapestry.services.impl | Service implementations. |
org.apache.tapestry.util | A general set of resuable classes and utilities for creating Internet and XML applications. |
Uses of IPropertySource in org.apache.tapestry |
---|
Subinterfaces of IPropertySource in org.apache.tapestry | |
---|---|
interface |
INamespace
Organizes different libraries of Tapestry pages, components and services into "frameworks", used to disambiguate names. |
Uses of IPropertySource in org.apache.tapestry.annotations |
---|
Methods in org.apache.tapestry.annotations with parameters of type IPropertySource | |
---|---|
void |
PersistAnnotationWorker.setPropertySource(IPropertySource propertySource)
|
Uses of IPropertySource in org.apache.tapestry.engine |
---|
Classes in org.apache.tapestry.engine that implement IPropertySource | |
---|---|
class |
Namespace
Implementation of INamespace that works with a
NamespaceResources to obtain page and
component specifications as needed. |
Methods in org.apache.tapestry.engine that return IPropertySource | |
---|---|
IPropertySource |
AbstractEngine.getPropertySource()
|
Uses of IPropertySource in org.apache.tapestry.pageload |
---|
Methods in org.apache.tapestry.pageload with parameters of type IPropertySource | |
---|---|
void |
PageSource.setPropertySource(IPropertySource propertySource)
|
Uses of IPropertySource in org.apache.tapestry.services |
---|
Methods in org.apache.tapestry.services that return IPropertySource | |
---|---|
IPropertySource |
Infrastructure.getApplicationPropertySource()
Returns an IPropertySource configured to search the
application specification, etc. |
IPropertySource |
Infrastructure.getGlobalPropertySource()
Returns an IPropertySource configured to search the
servlet, servlet context, and factory defaults. |
Uses of IPropertySource in org.apache.tapestry.services.impl |
---|
Classes in org.apache.tapestry.services.impl that implement IPropertySource | |
---|---|
class |
InitializationParameterHolderPropertySource
Searches for property values inside objects that implement InitializationParameterHolder . |
class |
SymbolSourcesPropertySource
Property source that bridges to HiveMind Symbol Sources. |
Methods in org.apache.tapestry.services.impl that return IPropertySource | |
---|---|
IPropertySource |
InfrastructureImpl.getApplicationPropertySource()
|
IPropertySource |
InfrastructureImpl.getGlobalPropertySource()
|
Methods in org.apache.tapestry.services.impl with parameters of type IPropertySource | |
---|---|
void |
ComponentPropertySourceImpl.setGlobalProperties(IPropertySource globalProperties)
|
void |
PropertyObjectProvider.setSource(IPropertySource source)
|
Constructors in org.apache.tapestry.services.impl with parameters of type IPropertySource | |
---|---|
LocalizedPropertySource(IPropertySource source)
|
Uses of IPropertySource in org.apache.tapestry.util |
---|
Classes in org.apache.tapestry.util that implement IPropertySource | |
---|---|
class |
PropertyHolderPropertySource
Implements the IPropertySource interface
for instances that implement IPropertyHolder . |
class |
ResourceBundlePropertySource
A property source that is based on a ResourceBundle . |
class |
SystemPropertiesPropertySource
Obtain properties from JVM system properties. |
Methods in org.apache.tapestry.util that return IPropertySource | |
---|---|
static IPropertySource |
SystemPropertiesPropertySource.getInstance()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |