- getAction() - Method in class org.apache.shale.validator.util.ShaleValidatorAction
-
Return the ValidatorAction
instance we are wrapping.
- getActionURL(FacesContext, String) - Method in class org.apache.shale.validator.faces.ValidatorViewHandler
- getArgs(String, String) - Static method in class org.apache.shale.validator.CommonsValidator
-
Returns validator Arg
beans from the configuration file.
- getAsObject(FacesContext, UIComponent, String) - Method in class org.apache.shale.validator.converter.AbstractConverter
-
Convert the specified string value, associated with the specified
UIComponent
, into a corresponding model data object.
- getAsObject(FacesContext, UIComponent, String) - Method in class org.apache.shale.validator.converter.DoubleConverter
-
Convert the specified string value, associated with the specified
UIComponent
, into a corresponding model data object.
- getAsObject(FacesContext, UIComponent, String) - Method in class org.apache.shale.validator.converter.FloatConverter
-
Convert the specified string value, associated with the specified
UIComponent
, into a corresponding model data object.
- getAsObject(FacesContext, UIComponent, String) - Method in class org.apache.shale.validator.converter.IntegerConverter
-
Convert the specified string value, associated with the specified
UIComponent
, into a corresponding model data object.
- getAsObject(FacesContext, UIComponent, String) - Method in class org.apache.shale.validator.converter.LongConverter
-
Convert the specified string value, associated with the specified
UIComponent
, into a corresponding model data object.
- getAsObject(FacesContext, UIComponent, String) - Method in class org.apache.shale.validator.converter.ShortConverter
-
Convert the specified string value, associated with the specified
UIComponent
, into a corresponding model data object.
- getAsString(FacesContext, UIComponent, Object) - Method in class org.apache.shale.validator.converter.AbstractConverter
-
Convert the specified model data object, associated with the
specified UIComponent
, into a string suitable for rendering.
- getAsString(FacesContext, UIComponent, Object) - Method in class org.apache.shale.validator.converter.DoubleConverter
-
Convert the specified model data object, associated with the
specified UIComponent
, into a string suitable for rendering.
- getAsString(FacesContext, UIComponent, Object) - Method in class org.apache.shale.validator.converter.FloatConverter
-
Convert the specified model data object, associated with the
specified UIComponent
, into a string suitable for rendering.
- getAsString(FacesContext, UIComponent, Object) - Method in class org.apache.shale.validator.converter.IntegerConverter
-
Convert the specified model data object, associated with the
specified UIComponent
, into a string suitable for rendering.
- getAsString(FacesContext, UIComponent, Object) - Method in class org.apache.shale.validator.converter.LongConverter
-
Convert the specified model data object, associated with the
specified UIComponent
, into a string suitable for rendering.
- getAsString(FacesContext, UIComponent, Object) - Method in class org.apache.shale.validator.converter.ShortConverter
-
Convert the specified model data object, associated with the
specified UIComponent
, into a string suitable for rendering.
- getClient() - Method in class org.apache.shale.validator.CommonsValidator
-
The getter method for the client
property.
- getComponentType() - Method in class org.apache.shale.validator.faces.ValidatorScriptTag
-
- getConvertedValue(FacesContext, UIComponent, Object) - Method in class org.apache.shale.validator.faces.ValidatorCommandRenderer
- getConvertedValue(FacesContext, UIComponent, Object) - Method in class org.apache.shale.validator.faces.ValidatorInputRenderer
- getDependencies(String) - Method in class org.apache.shale.validator.CommonsValidator
-
For a given commons validator rule, returns an array of
rule names that are dependent of the name
.
- getErrorMessage(FacesContext, ValidatorAction, Map) - Method in class org.apache.shale.validator.CommonsValidator
-
Retrieves an error message, using the validator's message combined
with the errant value.
- getFamily() - Method in class org.apache.shale.validator.faces.ValidatorScript
-
Returns the component's family.
- getFormName() - Method in class org.apache.shale.validator.CommonsValidator
-
Returns the parent's form name.
- getFunctionName() - Method in class org.apache.shale.validator.faces.ValidatorScript
-
Return the value of the functionName
property.
- getInstance() - Method in class org.apache.shale.validator.util.ShaleValidatorAction
-
Return an instance of the requested validator class, if the requested
validation method is not static.
- getJsCallbackMnemonic(String) - Static method in class org.apache.shale.validator.CommonsValidator
-
Returns a mnemonic used to build the commons validator
javascript call back.
- getLocale() - Method in class org.apache.shale.validator.converter.DoubleConverter
-
Return the Locale
to apply to this conversion, or
null
to use the Locale
for the current view.
- getLocale() - Method in class org.apache.shale.validator.converter.FloatConverter
-
Return the Locale
to apply to this conversion, or
null
to use the Locale
for the current view.
- getLocale() - Method in class org.apache.shale.validator.converter.IntegerConverter
-
Return the Locale
to apply to this conversion, or
null
to use the Locale
for the current view.
- getLocale() - Method in class org.apache.shale.validator.converter.LongConverter
-
Return the Locale
to apply to this conversion, or
null
to use the Locale
for the current view.
- getLocale() - Method in class org.apache.shale.validator.converter.ShortConverter
-
Return the Locale
to apply to this conversion, or
null
to use the Locale
for the current view.
- getMaximum() - Method in class org.apache.shale.validator.validator.DoubleValidator
-
Return the configured maximum value for this validator.
- getMaximum() - Method in class org.apache.shale.validator.validator.FloatValidator
-
Return the configured maximum value for this validator.
- getMaximum() - Method in class org.apache.shale.validator.validator.IntegerValidator
-
Return the configured maximum value for this validator.
- getMaximum() - Method in class org.apache.shale.validator.validator.LongValidator
-
Return the configured maximum value for this validator.
- getMaximum() - Method in class org.apache.shale.validator.validator.ShortValidator
-
Return the configured maximum value for this validator.
- getMessage() - Method in class org.apache.shale.validator.CommonsValidator
-
The getter method for the message
property.
- getMessage() - Method in class org.apache.shale.validator.util.AbstractUtilities
-
Return the custom error message template for this converter or
validator, if any.
- getMessageArgs(String, Map) - Method in class org.apache.shale.validator.CommonsValidator
-
Returns an array of values for message parameter replacement
arguments.
- getMessageArgs() - Method in class org.apache.shale.validator.util.ShaleValidatorAction
-
Return an array of argument metadata describing subtitution values
for error messages emitted by this validator type.
- getMessageKey() - Method in class org.apache.shale.validator.util.ShaleValidatorAction
-
Return the lookup key for the error message template to be used
if this validation fails.
- getMethod() - Method in class org.apache.shale.validator.util.ShaleValidatorAction
-
Return the validation Method
to be called for this
action.
- getMethodParamNames(String) - Method in class org.apache.shale.validator.CommonsValidator
-
Returns an array of parameter names in the target validator's
method.
- getMinimum() - Method in class org.apache.shale.validator.validator.DoubleValidator
-
Return the configured minimum value for this validator.
- getMinimum() - Method in class org.apache.shale.validator.validator.FloatValidator
-
Return the configured minimum value for this validator.
- getMinimum() - Method in class org.apache.shale.validator.validator.IntegerValidator
-
Return the configured minimum value for this validator.
- getMinimum() - Method in class org.apache.shale.validator.validator.LongValidator
-
Return the configured minimum value for this validator.
- getMinimum() - Method in class org.apache.shale.validator.validator.ShortValidator
-
Return the configured minimum value for this validator.
- getParameterArgs() - Method in class org.apache.shale.validator.util.ShaleValidatorAction
-
Return an array of argument metadata describing the parameter values
to be sent to the validation method for this validator type.
- getPattern() - Method in class org.apache.shale.validator.converter.DoubleConverter
-
Return the java.text.NumberFormat
pattern to apply
to this conversion, or null
for using no pattern.
- getPattern() - Method in class org.apache.shale.validator.converter.FloatConverter
-
Return the java.text.NumberFormat
pattern to apply
to this conversion, or null
for using no pattern.
- getPattern() - Method in class org.apache.shale.validator.converter.IntegerConverter
-
Return the java.text.NumberFormat
pattern to apply
to this conversion, or null
for using no pattern.
- getPattern() - Method in class org.apache.shale.validator.converter.LongConverter
-
Return the java.text.NumberFormat
pattern to apply
to this conversion, or null
for using no pattern.
- getPattern() - Method in class org.apache.shale.validator.converter.ShortConverter
-
Return the java.text.NumberFormat
pattern to apply
to this conversion, or null
for using no pattern.
- getRenderer(String, String) - Method in class org.apache.shale.validator.faces.ValidatorRenderKit
-
If the component family is not "javax.faces.Command" or
"javax.faces.Input", the defaultRenderKit
handles the
request.
- getRendererType() - Method in class org.apache.shale.validator.faces.ValidatorScript
-
The component renders itself; therefore, this
method returns null.
- getRendererType() - Method in class org.apache.shale.validator.faces.ValidatorScriptTag
-
- getRendersChildren() - Method in class org.apache.shale.validator.faces.ValidatorCommandRenderer
- getRendersChildren() - Method in class org.apache.shale.validator.faces.ValidatorInputRenderer
- getResourceURL(FacesContext, String) - Method in class org.apache.shale.validator.faces.ValidatorViewHandler
- getResponseStateManager() - Method in class org.apache.shale.validator.faces.ValidatorRenderKit
- getServer() - Method in class org.apache.shale.validator.CommonsValidator
-
The getter method for the server
property.
- getSignature() - Method in class org.apache.shale.validator.util.ShaleValidatorAction
-
Return the parameter signature for the validation method to be called
for this action.
- getType() - Method in class org.apache.shale.validator.CommonsValidator
-
The getter method for the type
property.
- getValidatorAction(String) - Static method in class org.apache.shale.validator.CommonsValidator
-
Returns the Commons validator action that's appropriate
for the validator with the given name
.
- getValidatorAction() - Method in class org.apache.shale.validator.CommonsValidator
-
Returns the commons validator action associated with
the type
attribute.
- getVars() - Method in class org.apache.shale.validator.CommonsValidator
-
Returns a Map
of variables that can be passed to a
commons validator method or used to create a parameterized error
message.
- getVarType(String) - Method in class org.apache.shale.validator.CommonsValidator
-
Returns the JavaScript type for a var
collection
item.
- Globals - Class in org.apache.shale.validator
-
Manifest constants that are global to the Validator Integration
implementation.
- Globals() - Constructor for class org.apache.shale.validator.Globals
-
- saveState(FacesContext) - Method in class org.apache.shale.validator.converter.DoubleConverter
- saveState(FacesContext) - Method in class org.apache.shale.validator.converter.FloatConverter
- saveState(FacesContext) - Method in class org.apache.shale.validator.converter.IntegerConverter
- saveState(FacesContext) - Method in class org.apache.shale.validator.converter.LongConverter
- saveState(FacesContext) - Method in class org.apache.shale.validator.converter.ShortConverter
- saveState(FacesContext) - Method in class org.apache.shale.validator.faces.ValidatorScript
-
Save the state of this component.
- saveState(FacesContext) - Method in class org.apache.shale.validator.util.AbstractUtilities
- saveState(FacesContext) - Method in class org.apache.shale.validator.validator.AbstractValidator
- saveState(FacesContext) - Method in class org.apache.shale.validator.validator.DoubleValidator
- saveState(FacesContext) - Method in class org.apache.shale.validator.validator.FloatValidator
- saveState(FacesContext) - Method in class org.apache.shale.validator.validator.IntegerValidator
- saveState(FacesContext) - Method in class org.apache.shale.validator.validator.LongValidator
- saveState(FacesContext) - Method in class org.apache.shale.validator.validator.ShortValidator
- setArg(String) - Method in class org.apache.shale.validator.CommonsValidator
-
The setter method for the arg
property.
- setArg(String) - Method in class org.apache.shale.validator.faces.ValidatorTag
-
Setter method for the arg
attribute.
- setClient(Boolean) - Method in class org.apache.shale.validator.CommonsValidator
-
The setter method for the client
property.
- setClient(String) - Method in class org.apache.shale.validator.faces.ValidatorTag
-
Setter method for the client
attribute.
- setClient(String) - Method in class org.apache.shale.validator.tag.IntegerValidatorTag
-
- setClient(boolean) - Method in class org.apache.shale.validator.validator.AbstractValidator
-
Set a flag describing whether this validator should be enforced
on the client side or not.
- setDatePatternStrict(String) - Method in class org.apache.shale.validator.CommonsValidator
-
The setter method for the datePatternStrict
property.
- setDatePatternStrict(String) - Method in class org.apache.shale.validator.faces.ValidatorTag
-
Setter method for the setDatePatternStrict
attribute.
- setFormName(String) - Method in class org.apache.shale.validator.CommonsValidator
-
Sets the validator's owning form name.
- setFunctionName(String) - Method in class org.apache.shale.validator.faces.ValidatorScript
-
Set the value of the functionName
property.
- setFunctionName(String) - Method in class org.apache.shale.validator.faces.ValidatorScriptTag
-
Setter method for the function name.
- setLocale(Locale) - Method in class org.apache.shale.validator.converter.DoubleConverter
-
Set the Locale
to apply to this conversion, or
null
to use the Locale
for the current view.
- setLocale(Locale) - Method in class org.apache.shale.validator.converter.FloatConverter
-
Set the Locale
to apply to this conversion, or
null
to use the Locale
for the current view.
- setLocale(Locale) - Method in class org.apache.shale.validator.converter.IntegerConverter
-
Set the Locale
to apply to this conversion, or
null
to use the Locale
for the current view.
- setLocale(Locale) - Method in class org.apache.shale.validator.converter.LongConverter
-
Set the Locale
to apply to this conversion, or
null
to use the Locale
for the current view.
- setLocale(Locale) - Method in class org.apache.shale.validator.converter.ShortConverter
-
Set the Locale
to apply to this conversion, or
null
to use the Locale
for the current view.
- setLocale(String) - Method in class org.apache.shale.validator.tag.IntegerConverterTag
-
- setMask(String) - Method in class org.apache.shale.validator.CommonsValidator
-
The setter method for the mask
property.
- setMask(String) - Method in class org.apache.shale.validator.faces.ValidatorTag
-
Setter method for the mask
attribute.
- setMax(String) - Method in class org.apache.shale.validator.CommonsValidator
-
The setter method for the max
property.
- setMax(String) - Method in class org.apache.shale.validator.faces.ValidatorTag
-
Setter method for the max
attribute.
- setMaximum(String) - Method in class org.apache.shale.validator.tag.IntegerValidatorTag
-
- setMaximum(double) - Method in class org.apache.shale.validator.validator.DoubleValidator
-
Set the configured maximum value for this validator.
- setMaximum(float) - Method in class org.apache.shale.validator.validator.FloatValidator
-
Set the configured maximum value for this validator.
- setMaximum(int) - Method in class org.apache.shale.validator.validator.IntegerValidator
-
Set the configured maximum value for this validator.
- setMaximum(long) - Method in class org.apache.shale.validator.validator.LongValidator
-
Set the configured maximum value for this validator.
- setMaximum(short) - Method in class org.apache.shale.validator.validator.ShortValidator
-
Set the configured maximum value for this validator.
- setMaxLength(String) - Method in class org.apache.shale.validator.CommonsValidator
-
The setter method for the maxlength
property.
- setMaxlength(String) - Method in class org.apache.shale.validator.faces.ValidatorTag
-
Setter method for the maxlength
attribute.
- setMessage(String) - Method in class org.apache.shale.validator.CommonsValidator
-
The setter method for the message
property.
- setMessage(String) - Method in class org.apache.shale.validator.faces.ValidatorTag
-
Setter method for the message
attribute.
- setMessage(String) - Method in class org.apache.shale.validator.tag.IntegerConverterTag
-
- setMessage(String) - Method in class org.apache.shale.validator.tag.IntegerValidatorTag
-
- setMessage(String) - Method in class org.apache.shale.validator.util.AbstractUtilities
-
Set the custom error message template for this validator.
- setMin(String) - Method in class org.apache.shale.validator.CommonsValidator
-
The setter method for the min
property.
- setMin(String) - Method in class org.apache.shale.validator.faces.ValidatorTag
-
Setter method for the min
attribute.
- setMinimum(String) - Method in class org.apache.shale.validator.tag.IntegerValidatorTag
-
- setMinimum(double) - Method in class org.apache.shale.validator.validator.DoubleValidator
-
Set the configured minimum value for this validator.
- setMinimum(float) - Method in class org.apache.shale.validator.validator.FloatValidator
-
Set the configured minimum value for this validator.
- setMinimum(int) - Method in class org.apache.shale.validator.validator.IntegerValidator
-
Set the configured minimum value for this validator.
- setMinimum(long) - Method in class org.apache.shale.validator.validator.LongValidator
-
Set the configured minimum value for this validator.
- setMinimum(short) - Method in class org.apache.shale.validator.validator.ShortValidator
-
Set the configured minimum value for this validator.
- setMinLength(String) - Method in class org.apache.shale.validator.CommonsValidator
-
The setter method for the minlength
property.
- setMinlength(String) - Method in class org.apache.shale.validator.faces.ValidatorTag
-
Setter method for the minlength
attribute.
- setName(String) - Method in class org.apache.shale.validator.faces.ValidatorVarTag
-
The var name.
- setParent(Tag) - Method in class org.apache.shale.validator.faces.ValidatorVarTag
-
Keeps track of the <s:commonsValidator> tag.
- setPattern(String) - Method in class org.apache.shale.validator.converter.DoubleConverter
-
Set the java.text.NumberFormat
pattern to apply to
this conversion, or null
for using no pattern.
- setPattern(String) - Method in class org.apache.shale.validator.converter.FloatConverter
-
Set the java.text.NumberFormat
pattern to apply to
this conversion, or null
for using no pattern.
- setPattern(String) - Method in class org.apache.shale.validator.converter.IntegerConverter
-
Set the java.text.NumberFormat
pattern to apply to
this conversion, or null
for using no pattern.
- setPattern(String) - Method in class org.apache.shale.validator.converter.LongConverter
-
Set the java.text.NumberFormat
pattern to apply to
this conversion, or null
for using no pattern.
- setPattern(String) - Method in class org.apache.shale.validator.converter.ShortConverter
-
Set the java.text.NumberFormat
pattern to apply to
this conversion, or null
for using no pattern.
- setPattern(String) - Method in class org.apache.shale.validator.tag.IntegerConverterTag
-
- setProperties(UIComponent) - Method in class org.apache.shale.validator.faces.ValidatorScriptTag
-
Sets properties for the component.
- setServer(Boolean) - Method in class org.apache.shale.validator.CommonsValidator
-
The setter method for the server
property.
- setServer(String) - Method in class org.apache.shale.validator.faces.ValidatorTag
-
Setter method for the server
attribute.
- setTransient(boolean) - Method in class org.apache.shale.validator.util.AbstractUtilities
- setType(String) - Method in class org.apache.shale.validator.CommonsValidator
-
The setter method for the type
property.
- setType(String) - Method in class org.apache.shale.validator.faces.ValidatorTag
-
Setter method for the type
attribute.
- setValue(String) - Method in class org.apache.shale.validator.faces.ValidatorVarTag
-
The var value.
- ShaleValidatorAction - Class in org.apache.shale.validator.util
-
Custom wrapper around a Commons Validator ValidatorAction
that precalculates as many of the introspective lookup operations as
possible.
- ShaleValidatorAction(ValidatorResources, ValidatorAction) - Constructor for class org.apache.shale.validator.util.ShaleValidatorAction
-
Create a new instance of ShaleValidatorAction that wraps the
specified ValidatorAction
.
- ShortConverter - Class in org.apache.shale.validator.converter
-
JavaServer Faces Converter
for Short (and int)
instances.
- ShortConverter() - Constructor for class org.apache.shale.validator.converter.ShortConverter
-
- ShortValidator - Class in org.apache.shale.validator.validator
-
Validator
implementation that will perform both format
and (optional) range checks on a Short value.
- ShortValidator() - Constructor for class org.apache.shale.validator.validator.ShortValidator
-
- SUBMITTED_VALUE - Static variable in class org.apache.shale.validator.validator.AbstractValidator
-
Variable name in a vars
map representing the submitted
value that should be validated by this Validator
.
- validate(FacesContext, UIComponent, Object) - Method in class org.apache.shale.validator.CommonsValidator
-
This validate
method is called by JSF to verify
the component to which the validator is attached.
- validate(FacesContext, UIComponent, Object) - Method in class org.apache.shale.validator.validator.AbstractValidator
-
Perform the correctness checks implemented by this
Validator
against the specified UIComponent
.
- validate(FacesContext, UIComponent, Object, String, Map) - Method in class org.apache.shale.validator.validator.AbstractValidator
-
Perform a validation using the specified Commons Validator type.
- validate(FacesContext, UIComponent, Object) - Method in class org.apache.shale.validator.validator.DoubleValidator
-
Perform the correctness checks implemented by this
Validator
against the specified UIComponent
.
- validate(FacesContext, UIComponent, Object) - Method in class org.apache.shale.validator.validator.FloatValidator
-
Perform the correctness checks implemented by this
Validator
against the specified UIComponent
.
- validate(FacesContext, UIComponent, Object) - Method in class org.apache.shale.validator.validator.IntegerValidator
-
Perform the correctness checks implemented by this
Validator
against the specified UIComponent
.
- validate(FacesContext, UIComponent, Object) - Method in class org.apache.shale.validator.validator.LongValidator
-
Perform the correctness checks implemented by this
Validator
against the specified UIComponent
.
- validate(FacesContext, UIComponent, Object) - Method in class org.apache.shale.validator.validator.ShortValidator
-
Perform the correctness checks implemented by this
Validator
against the specified UIComponent
.
- VALIDATOR_ACTIONS - Static variable in class org.apache.shale.validator.Globals
-
Application scope attribute under which we store a Map
of arrays of ShaleValidatorAction
instances, keyed by the
logical name of the Commons Validator action to be executed.
- VALIDATOR_CLIENTIDS_ATTR - Static variable in class org.apache.shale.validator.faces.ValidatorInputRenderer
-
This constant is the name of a reserved attribute that will hold
a Map
of clientId's for the component.
- VALIDATOR_RESOURCES - Static variable in class org.apache.shale.validator.Globals
-
Application scope attribute under which we store the Commons
Validator resources that have been configured.
- VALIDATOR_RULES - Static variable in class org.apache.shale.validator.Globals
-
Context initialization parameter used to specify a comma delimited
list of context relative resource paths to resources containing our
validator configuration information.
- ValidatorCommandRenderer - Class in org.apache.shale.validator.faces
-
This Renderer is a hybrid renderer decorator that is dynamically
registered by
ValidatorRenderKit
for component renderers in the "javax.faces.Command" family.
- ValidatorCommandRenderer(Renderer) - Constructor for class org.apache.shale.validator.faces.ValidatorCommandRenderer
-
The overloaded constructor is passed the original
Renderer
for the family and component type.
- ValidatorInputRenderer - Class in org.apache.shale.validator.faces
-
This renderer is a hybrid renderer decorator that is dynamically
registered by the
ValidatorRenderKit
for component renderers in the "javax.faces.Input" family.
- ValidatorInputRenderer(Renderer) - Constructor for class org.apache.shale.validator.faces.ValidatorInputRenderer
-
Overloaded constructor is passed the original
Renderer
.
- ValidatorLifecycleListener - Class in org.apache.shale.validator.faces
-
ServletContextListener that loads validator configuration resources
at application startup, and cleans up the libraries we depend on at
application shutdown.
- ValidatorLifecycleListener() - Constructor for class org.apache.shale.validator.faces.ValidatorLifecycleListener
-
- ValidatorRenderKit - Class in org.apache.shale.validator.faces
-
Decorates the original RenderKit
passed by the
overloaded constructor in the org.apache.shale.view.faces.ViewViewHandler
.
- ValidatorRenderKit(RenderKit) - Constructor for class org.apache.shale.validator.faces.ValidatorRenderKit
-
This constructor is overloaded to pass the original
RenderKit
- ValidatorScript - Class in org.apache.shale.validator.faces
-
A JSF component that encodes JavaScript for
all client-side validations specified in the same
JSP page (with s:commonsValidator
.
- ValidatorScript() - Constructor for class org.apache.shale.validator.faces.ValidatorScript
-
- ValidatorScriptTag - Class in org.apache.shale.validator.faces
-
The tag class for the s:validatorScript
tag.
- ValidatorScriptTag() - Constructor for class org.apache.shale.validator.faces.ValidatorScriptTag
-
This constructor retrieves a managed bean
that has utility methods for implementing JSP
custom tags for JSF components.
- ValidatorTag - Class in org.apache.shale.validator.faces
-
The tag class for the s:commonsValidator
tag.
- ValidatorTag() - Constructor for class org.apache.shale.validator.faces.ValidatorTag
-
This constructor obtains a reference to the
tag utility object, which is a JSF managed bean.
- ValidatorVarTag - Class in org.apache.shale.validator.faces
-
The tag class for the s:validatorVar
tag, used to specify
parameters to specific validators of Commons Validator.
- ValidatorVarTag() - Constructor for class org.apache.shale.validator.faces.ValidatorVarTag
-
- ValidatorViewHandler - Class in org.apache.shale.validator.faces
-
ValidatorViewHandler
is a custom implementation of
ViewHandler
that adds support for setting up a decorated RenderKit.
- ValidatorViewHandler(ViewHandler) - Constructor for class org.apache.shale.validator.faces.ValidatorViewHandler
-
Create a
ValidatorViewHandler
instance that decorates the
specified
ViewHandler
provided by the JSF runtime
implementation.