Verwendungen von Klasse
org.apache.fulcrum.intake.IntakeException
Packages, die IntakeException verwenden
Package
Beschreibung
The intake service can validate user input from HTML forms.
Validators for the various intake field types.
-
Verwendungen von IntakeException in org.apache.fulcrum.intake
Methoden in org.apache.fulcrum.intake, die IntakeException auslösenModifizierer und TypMethodeBeschreibungGets 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. -
Verwendungen von IntakeException in org.apache.fulcrum.intake.model
Methoden in org.apache.fulcrum.intake.model, die IntakeException auslösenModifizierer und TypMethodeBeschreibungCreates 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.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.Konstruktoren in org.apache.fulcrum.intake.model, die IntakeException auslösenModifiziererKonstruktorBeschreibungBigDecimalField
(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. -
Verwendungen von IntakeException in org.apache.fulcrum.intake.validator
Unterklassen von IntakeException in org.apache.fulcrum.intake.validatorModifizierer und TypKlasseBeschreibungclass
An Exception indidate an invalid field mask.class
An Exception to mark a failed validation