Class | Description |
---|---|
ValidatorCommandRenderer |
This Renderer is a hybrid renderer decorator that is dynamically
registered by
ValidatorRenderKit
for component renderers in the "javax.faces.Command" family. |
ValidatorInputRenderer |
This renderer is a hybrid renderer decorator that is dynamically
registered by the
ValidatorRenderKit
for component renderers in the "javax.faces.Input" family. |
ValidatorLifecycleListener |
ServletContextListener that loads validator configuration resources
at application startup, and cleans up the libraries we depend on at
application shutdown.
|
ValidatorRenderKit |
Decorates the original
RenderKit passed by the
overloaded constructor in the org.apache.shale.view.faces.ViewViewHandler . |
ValidatorScript |
A JSF component that encodes JavaScript for
all client-side validations specified in the same
JSP page (with
s:commonsValidator . |
ValidatorScriptTag |
The tag class for the
s:validatorScript tag. |
ValidatorTag |
The tag class for the
s:commonsValidator tag. |
ValidatorVarTag |
The tag class for the
s:validatorVar tag, used to specify
parameters to specific validators of Commons Validator. |
ValidatorViewHandler |
ValidatorViewHandler is a custom implementation of ViewHandler
that adds support for setting up a decorated RenderKit. |
Copyright © 2004-2013 Apache Software Foundation. All Rights Reserved.