org.slim3.struts.validator
Class S3ValidatorPlugIn

java.lang.Object
  extended by org.apache.struts.validator.ValidatorPlugIn
      extended by org.slim3.struts.validator.S3ValidatorPlugIn
All Implemented Interfaces:
PlugIn

public class S3ValidatorPlugIn
extends ValidatorPlugIn

ValidatorPlugIn for Slim3.

Since:
3.0
Author:
higa

Field Summary
protected  ActionServlet actionServlet
          The action servlet.
protected static Log log
          The log.
protected  ModuleConfig moduleConfig
          The module configuration.
protected static String RESOURCE_DELIM
          The resource delimiter.
 
Fields inherited from class org.apache.struts.validator.ValidatorPlugIn
resources, STOP_ON_ERROR_KEY, VALIDATOR_KEY
 
Constructor Summary
S3ValidatorPlugIn()
           
 
Method Summary
 void init(ActionServlet actionServlet, ModuleConfig moduleConfig)
           
protected  void initResources()
           
 
Methods inherited from class org.apache.struts.validator.ValidatorPlugIn
destroy, destroyResources, getPathnames, isStopOnFirstError, setPathnames, setStopOnFirstError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static Log log
The log.


RESOURCE_DELIM

protected static final String RESOURCE_DELIM
The resource delimiter.

See Also:
Constant Field Values

actionServlet

protected ActionServlet actionServlet
The action servlet.


moduleConfig

protected ModuleConfig moduleConfig
The module configuration.

Constructor Detail

S3ValidatorPlugIn

public S3ValidatorPlugIn()
Method Detail

init

public void init(ActionServlet actionServlet,
                 ModuleConfig moduleConfig)
          throws ServletException
Specified by:
init in interface PlugIn
Overrides:
init in class ValidatorPlugIn
Throws:
ServletException

initResources

protected void initResources()
                      throws IOException,
                             ServletException
Overrides:
initResources in class ValidatorPlugIn
Throws:
IOException
ServletException


Copyright © 2008-2009 The Slim3 project. All Rights Reserved.