Uses of Class
org.slim3.struts.config.S3ActionMapping

Packages that use S3ActionMapping
org.slim3.struts.config This package provides Slim3 configurations. 
org.slim3.struts.util   
 

Uses of S3ActionMapping in org.slim3.struts.config
 

Methods in org.slim3.struts.config that return S3ActionMapping
protected  S3ActionMapping S3ModuleConfig.createActionConfig(String path)
          Creates an action configuration.
 

Methods in org.slim3.struts.config with parameters of type S3ActionMapping
protected  FormBeanConfig S3ModuleConfig.createFormBeanConfig(S3ActionMapping actionMapping)
          Creates a FormBeanConfig.
protected  void S3ModuleConfig.setupExecuteMethod(S3ActionMapping actionMapping, Class<?> actionClass)
          Sets up execute methods.
protected  void S3ModuleConfig.setupValidator(S3ActionMapping actionMapping)
          Sets up the validators.
 

Uses of S3ActionMapping in org.slim3.struts.util
 

Methods in org.slim3.struts.util that return S3ActionMapping
static S3ActionMapping S3ActionMappingUtil.findActionMapping(String path)
          Finds the action mapping
static S3ActionMapping S3ActionMappingUtil.getActionMapping()
          Returns the action mapping
 



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