|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyValue | |
|---|---|
| com.uwyn.rife.engine | Provides classes, interfaces and elements for the web application engine. |
| com.uwyn.rife.ioc | Provides interfaces and classes for IoC capable properties that resolve and obtain their values at run-time. |
| Uses of PropertyValue in com.uwyn.rife.engine |
|---|
| Methods in com.uwyn.rife.engine with parameters of type PropertyValue | |
|---|---|
ElementInfoBuilder |
ElementInfoBuilder.addProperty(String name,
PropertyValue value)
|
SubsiteDeclaration |
SubsiteDeclaration.addProperty(String name,
PropertyValue value)
|
SiteBuilder |
SiteBuilder.addProperty(String name,
PropertyValue value)
|
ElementInfoBuilder |
ElementInfoBuilder.addStaticProperty(String name,
PropertyValue value)
|
| Uses of PropertyValue in com.uwyn.rife.ioc |
|---|
| Classes in com.uwyn.rife.ioc that implement PropertyValue | |
|---|---|
class |
PropertyValueObject
|
class |
PropertyValueParticipant
Retrieves a property value as an object from a participant. |
class |
PropertyValueTemplate
Retrieves a property value as template instance of a particular type. |
| Methods in com.uwyn.rife.ioc that return PropertyValue | |
|---|---|
PropertyValue |
HierarchicalProperties.get(String name)
Retrieves the PropertyValue for a specific name from the
HierarchicalProperties hierarchy. |
PropertyValue |
PropertyValueList.makePropertyValue()
Interpretes the list of property values and make one new property value out of it. |
PropertyValue |
HierarchicalProperties.remove(String name)
Removes the mapping for this name from this HierarchicalProperties instance, if it is present. |
| Methods in com.uwyn.rife.ioc that return types with arguments of type PropertyValue | |
|---|---|
Map<String,PropertyValue> |
HierarchicalProperties.getLocalMap()
Retrieves the Map with only the properties that are
locally present in this HierarchicalProperties instance. |
| Methods in com.uwyn.rife.ioc with parameters of type PropertyValue | |
|---|---|
HierarchicalProperties |
HierarchicalProperties.put(String name,
PropertyValue value)
Associates the specified value with the specified name in this HierarchicalProperties instance. |
| Constructors in com.uwyn.rife.ioc with parameters of type PropertyValue | |
|---|---|
PropertyValueParticipant(String name,
PropertyValue key)
The constructor that stores the retrieval parameters. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||