Verwendungen von Klasse
org.apache.fulcrum.intake.model.Group
Packages, die Group verwenden
Package
Beschreibung
The intake service can validate user input from HTML forms.
Validators for the various intake field types.
-
Verwendungen von Group in org.apache.fulcrum.intake
Methoden in org.apache.fulcrum.intake, die Group zurückgebenModifizierer und TypMethodeBeschreibungGets an instance of a named group either from the pool or by calling the Factory Service if the pool is empty.static GroupGets 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.Methoden in org.apache.fulcrum.intake mit Parametern vom Typ GroupModifizierer und TypMethodeBeschreibungvoidIntakeService.releaseGroup(Group instance) Puts a group back to the pool.static voidIntakeServiceFacade.releaseGroup(Group instance) Puts a group back to the pool.voidIntakeServiceImpl.releaseGroup(Group instance) Puts a Group back to the pool. -
Verwendungen von Group in org.apache.fulcrum.intake.model
Methoden in org.apache.fulcrum.intake.model, die Group zurückgebenModifizierer und TypMethodeBeschreibungCreates an instance that can be returned by the pool.Get a XmlGroup with the given name.Field.getGroup()Returns theGroupthis field belongs to ornullif unknown.XmlField.getGroup()Get the parent XmlGroup of the fieldInitializes the Group with parameters from RunData corresponding to key.Group.init(Retrievable obj) Initializes the group with properties from an object.Group.init(org.apache.fulcrum.parser.ValueParser pp) Initializes the default Group using parameters.Methoden in org.apache.fulcrum.intake.model, die Typen mit Argumenten vom Typ Group zurückgebenModifizierer und TypMethodeBeschreibungAppData.getGroups()Return a collection of input sections (<group>).Group.getObjects(org.apache.fulcrum.parser.ValueParser pp) DescribegetObjectsmethod here.org.apache.commons.pool2.PooledObject<Group>Methoden in org.apache.fulcrum.intake.model mit Parametern vom Typ GroupModifizierer und TypMethodeBeschreibungabstract Field<?>FieldType.getInstance(XmlField f, Group g) Create a specific field instance from its XML representationorg.apache.commons.pool2.PooledObject<Group>Methodenparameter in org.apache.fulcrum.intake.model mit Typargumenten vom Typ GroupModifizierer und TypMethodeBeschreibungvoidGroup.GroupFactory.passivateObject(String key, org.apache.commons.pool2.PooledObject<Group> pooledGroup) Uninitialize an instance to be returned to the pool.voidSet the collection of groupsKonstruktoren in org.apache.fulcrum.intake.model mit Parametern vom Typ GroupModifiziererKonstruktorBeschreibungBigDecimalField(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 Group in org.apache.fulcrum.intake.validator
Methoden in org.apache.fulcrum.intake.validator mit Parametern vom Typ GroupModifizierer und TypMethodeBeschreibungvoidDateRangeValidator.assertValidity(String testValue, Group group) Determine whether a testValue meets the criteria specified in the constraints defined for this validatorvoidIntegerRangeValidator.assertValidity(String testValue, Group group, Locale locale) Determine whether a testValue meets the criteria specified in the constraints defined for this validatorstatic <T> voidFieldReference.checkReferences(List<FieldReference> fieldReferences, CompareCallback<T> compareCallback, T value, Group group) Check the parsed value against the referenced fields