Uses of Class
org.apache.fulcrum.intake.IntakeException
Packages that use IntakeException
Package
Description
The intake service can validate user input from HTML forms.
Validators for the various intake field types.
-
Uses of IntakeException in org.apache.fulcrum.intake
Methods in org.apache.fulcrum.intake that throw IntakeExceptionModifier and TypeMethodDescriptionGets an instance of a named group either from the pool or by calling the Factory Service if the pool is empty.static Group
Gets an instance of a named group either from the pool or by calling the Factory Service if the pool is empty.Gets an instance of a named group either from the pool or by calling the Factory Service if the pool is empty.int
Gets the current size of the pool for a named group.static int
Gets the current size of the pool for a named group.int
Gets the current size of the pool for a group.void
IntakeService.releaseGroup
(Group instance) Puts a group back to the pool.static void
IntakeServiceFacade.releaseGroup
(Group instance) Puts a group back to the pool.void
IntakeServiceImpl.releaseGroup
(Group instance) Puts a Group back to the pool. -
Uses of IntakeException in org.apache.fulcrum.intake.model
Methods in org.apache.fulcrum.intake.model that throw IntakeExceptionModifier and TypeMethodDescriptionCreates an instance that can be returned by the pool.Field
<?> Get the FieldGet a XmlGroup with the given name.Field.getInitialValue()
Get the value used as a default.abstract Field
<?> FieldType.getInstance
(XmlField f, Group g) Create a specific field instance from its XML representationGroup.getObjects
(org.apache.fulcrum.parser.ValueParser pp) DescribegetObjects
method here.void
Group.getProperties
(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.void
Field.getProperty
(Object obj) Loads the valid value from a beanField.init
(org.apache.fulcrum.parser.ValueParser pp) Method called when this field (the group it belongs to) is pulled from the pool.Initializes the Group with parameters from RunData corresponding to key.Group.init
(org.apache.fulcrum.parser.ValueParser pp) Initializes the default Group using parameters.Field
<jakarta.servlet.http.Part> UploadPartField.init
(org.apache.fulcrum.parser.ValueParser vp) Method called when this field (the group it belongs to) is pulled from the pool.void
Group.setProperties
(Object obj) Calls a setter methods on obj, for fields which have been set.void
Field.setProperty
(Object obj) Calls a setter method on obj, if this field has been set.Constructors in org.apache.fulcrum.intake.model that throw IntakeExceptionModifierConstructorDescriptionBigDecimalField
(XmlField field, Group group) Constructor.BooleanField
(XmlField field, Group group) Constructor.DateStringField
(XmlField field, Group group) Constructor.DoubleField
(XmlField field, Group group) Constructor.Constructs a field based on data in the xml specification and assigns it to a Group.FloatField
(XmlField field, Group group) Constructor.IntegerField
(XmlField field, Group group) Constructor.Constructor.ShortField
(XmlField field, Group group) Constructor.StringField
(XmlField field, Group group) Constructor.UploadPartField
(XmlField field, Group group) Constructor. -
Uses of IntakeException in org.apache.fulcrum.intake.validator
Subclasses of IntakeException in org.apache.fulcrum.intake.validatorModifier and TypeClassDescriptionclass
An Exception indidate an invalid field mask.class
An Exception to mark a failed validation