|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntakeException | |
org.apache.turbine.services.intake | The intake service can validate user input from HTML forms. |
org.apache.turbine.services.intake.model | |
org.apache.turbine.services.intake.validator | Validators for the various intake field types. |
org.apache.turbine.services.intake.xmlmodel |
Uses of IntakeException in org.apache.turbine.services.intake |
Methods in org.apache.turbine.services.intake that throw IntakeException | |
Group |
TurbineIntakeService.getGroup(java.lang.String groupName)
Gets an instance of a named group either from the pool or by calling the Factory Service if the pool is empty. |
void |
TurbineIntakeService.releaseGroup(Group instance)
Puts a Group back to the pool. |
int |
TurbineIntakeService.getSize(java.lang.String groupName)
Gets the current size of the pool for a group. |
IntakeTool.PullHelper |
IntakeTool.get(java.lang.String groupName)
get a specific group |
IntakeTool.PullHelper |
IntakeTool.get(java.lang.String groupName,
boolean throwExceptions)
Get a specific group |
Group |
IntakeTool.get(java.lang.String groupName,
java.lang.String key)
Get a specific group by name and key. |
Group |
IntakeTool.get(java.lang.String groupName,
java.lang.String key,
boolean create)
Get a specific group by name and key. |
Group |
IntakeTool.PullHelper.getDefault()
Populates the object with the default values from the XML File |
Group |
IntakeTool.PullHelper.setKey(java.lang.String key)
Calls setKey(key,true) |
Group |
IntakeTool.PullHelper.setKey(java.lang.String key,
boolean create)
|
Group |
IntakeTool.PullHelper.mapTo(Retrievable obj)
maps an Intake Group to the values from a Retrievable object. |
Group |
IntakeService.getGroup(java.lang.String groupName)
Gets an instance of a named group either from the pool or by calling the Factory Service if the pool is empty. |
void |
IntakeService.releaseGroup(Group instance)
Puts a group back to the pool. |
int |
IntakeService.getSize(java.lang.String groupName)
Gets the current size of the pool for a named group. |
static Group |
TurbineIntake.getGroup(java.lang.String groupName)
Gets an instance of a named group either from the pool or by calling the Factory Service if the pool is empty. |
static void |
TurbineIntake.releaseGroup(Group instance)
Puts a group back to the pool. |
static int |
TurbineIntake.getSize(java.lang.String groupName)
Gets the current size of the pool for a named group. |
Uses of IntakeException in org.apache.turbine.services.intake.model |
Methods in org.apache.turbine.services.intake.model that throw IntakeException | |
Field |
FileItemField.init(ValueParser vp)
Method called when this field (the group it belongs to) is pulled from the pool. |
static Field |
FieldFactory.getInstance(XmlField xmlField,
Group xmlGroup)
Creates a Field object appropriate for the type specified in the xml file. |
Field |
Field.init(ValueParser pp)
Method called when this field (the group it belongs to) is pulled from the pool. |
java.lang.Object |
Field.getInitialValue()
Get the value used as a default. |
void |
Field.getProperty(java.lang.Object obj)
Loads the valid value from a bean |
void |
Field.setProperty(java.lang.Object obj)
Calls a setter method on obj, if this field has been set. |
Group |
Group.init(java.lang.String key,
ValueParser pp)
Initializes the Group with parameters from RunData corresponding to key. |
java.util.ArrayList |
Group.getObjects(ValueParser pp)
Describe getObjects method here. |
Field |
Group.get(java.lang.String fieldName)
Get the Field . |
void |
Group.setProperties(java.lang.Object obj)
Calls a setter methods on obj, for fields which have been set. |
void |
Group.getProperties(java.lang.Object obj)
Calls getter methods on objects that are known to Intake so that field values in forms can be initialized from the values contained in the intake tool. |
java.lang.Object |
Group.GroupFactory.makeObject(java.lang.Object key)
Creates an instance that can be returned by the pool. |
Constructors in org.apache.turbine.services.intake.model that throw IntakeException | |
StringField(XmlField field,
Group group)
Constructor. |
|
ShortField(XmlField field,
Group group)
Constructor. |
|
DoubleField(XmlField field,
Group group)
Constructor. |
|
StringKeyField(XmlField field,
Group group)
Deprecated. Constructor. |
|
FileItemField(XmlField field,
Group group)
Constructor. |
|
BooleanField(XmlField field,
Group group)
|
|
LongField(XmlField field,
Group group)
Constructor. |
|
DateStringField(XmlField field,
Group group)
Constructor. |
|
IntegerField(XmlField field,
Group group)
Constructor. |
|
FloatField(XmlField field,
Group group)
Constructor. |
|
BigDecimalField(XmlField field,
Group group)
Constructor. |
|
NumberKeyField(XmlField field,
Group group)
Constructor. |
|
ComboKeyField(XmlField field,
Group group)
Constructor. |
|
Field(XmlField field,
Group group)
Constructs a field based on data in the xml specification and assigns it to a Group. |
|
Group(XmlGroup group)
Constructs a new Group based on the xml specification. |
Uses of IntakeException in org.apache.turbine.services.intake.validator |
Subclasses of IntakeException in org.apache.turbine.services.intake.validator | |
class |
InvalidMaskException
An Exception indidate an invalid field mask. |
class |
ValidationException
An Exception to mark a failed validation |
Constructors in org.apache.turbine.services.intake.validator that throw IntakeException | |
DateStringValidator(java.util.Map paramMap)
|
|
FileValidator(java.util.Map paramMap)
Constructor |
Uses of IntakeException in org.apache.turbine.services.intake.xmlmodel |
Methods in org.apache.turbine.services.intake.xmlmodel that throw IntakeException | |
XmlGroup |
AppData.getGroup(java.lang.String groupName)
Get a XmlGroup with the given name. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |