| Home >> All >> org >> apache >> tapestry >> [ bean Javadoc ] |
org.apache.tapestry.bean: Javadoc index of package org.apache.tapestry.bean.
Package Samples:
org.apache.tapestry.bean
Classes:
BeanProviderPropertyAccessor: Adapts a org.apache.tapestry.IBeanProvider to OGNL by exposing the named beans provided by the provider as read-only properties of the provider. This is registered by org.apache.tapestry.AbstractComponent .
Default: A helper bean to assist with providing defaults for unspecified parameters. It is initalized with an org.apache.tapestry.IBinding and a default value. It's value property is either the value of the binding, but if the binding is null, or the binding returns null, the default value is returned.
EvenOdd: Used to emit a stream of alterating string values: "even", "odd", etc. This is often used in the Inspector pages to make the class of a <tr> alternate for presentation reasons.
ExpressionBeanInitializer: Initializes a helper bean property from an OGNL expression (relative to the bean's org.apache.tapestry.IComponent ).
BeanProvider: Basic implementation of the org.apache.tapestry.IBeanProvider interface.
StringBeanInitializer: A bean initializer that uses a localized string from the containing component.
MessageBeanInitializer: A bean initializer that uses a localized string from the containing component.
IBeanInitializer: Interface for a set of classes used to initialize helper beans.
FieldBeanInitializer: Initializes a bean with the value of a public static field.
AbstractBeanInitializer: Base class for initializing a property of a JavaBean.
StaticBeanInitializer: Initializes a bean with a static value.
| Home | Contact Us | Privacy Policy | Terms of Service |