|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Retrievable | |
org.apache.turbine.services.intake | The intake service can validate user input from HTML forms. |
org.apache.turbine.services.intake.model |
Uses of Retrievable in org.apache.turbine.services.intake |
Methods in org.apache.turbine.services.intake with parameters of type Retrievable | |
Group |
IntakeTool.PullHelper.mapTo(Retrievable obj)
maps an Intake Group to the values from a Retrievable object. |
Uses of Retrievable in org.apache.turbine.services.intake.model |
Fields in org.apache.turbine.services.intake.model declared as Retrievable | |
protected Retrievable |
Field.retrievable
Mapped object used to set the initial field value |
Methods in org.apache.turbine.services.intake.model with parameters of type Retrievable | |
Field |
Field.init(Retrievable obj)
Method called when this field or the group it belongs to is pulled from the pool. |
Group |
Group.init(Retrievable obj)
Initializes the group with properties from an object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |