| |
|
| java.lang.Object com.uwyn.rife.ioc.PropertyValueTemplate
PropertyValueTemplate | public class PropertyValueTemplate implements PropertyValue(Code) | | Retrieves a property value as template instance of a particular type.
author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: 3634 $ since: 1.0 |
PropertyValueTemplate | public PropertyValueTemplate(String name)(Code) | | The constructor that stores the retrieval parameters.
The template type will be set to "enginehtml"
Parameters: name - the template name since: 1.4 |
PropertyValueTemplate | public PropertyValueTemplate(String type, String name)(Code) | | The constructor that stores the retrieval parameters.
Parameters: type - the template factory type; if this argument is null the template type will be "enginehtml" Parameters: name - the template name since: 1.0 |
isNeglectable | public boolean isNeglectable()(Code) | | |
isStatic | public boolean isStatic()(Code) | | |
|
|
|