|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.config.ActionConfig
org.apache.struts.action.ActionMapping
org.slim3.struts.config.S3ActionMapping
public class S3ActionMapping
ActionMapping
for Slim3.
Field Summary | |
---|---|
protected BeanDesc |
actionBeanDesc
The bean descriptor of the action. |
protected Class<?> |
actionClass
The action class. |
protected ArrayMap<String,S3ExecuteConfig> |
executeConfigs
The map for S3ExecuteConfig . |
protected Field |
formField
The form field. |
Fields inherited from class org.apache.struts.config.ActionConfig |
---|
attribute, cancellable, configured, exceptions, forward, forwards, include, input, moduleConfig, multipartClass, name, parameter, path, prefix, roleNames, roles, scope, suffix, type, unknown, validate |
Constructor Summary | |
---|---|
S3ActionMapping()
Constructor. |
Method Summary | |
---|---|
void |
addExecuteConfig(S3ExecuteConfig executeConfig)
Adds execute configuration. |
S3ExecuteConfig |
findExecuteConfig(HttpServletRequest request)
Find execute configuration. |
BeanDesc |
getActionBeanDesc()
Returns the bean descriptor of the action. |
Class<?> |
getActionClass()
Returns the action class. |
S3ExecuteConfig |
getExecuteConfig(String name)
Returns execute configuration. |
int |
getExecuteConfigSize()
Returns the number of execute configurations. |
String[] |
getExecuteMethodNames()
Returns the execute method names. |
String |
getInput()
|
boolean |
getValidate()
|
void |
setActionClass(Class<?> actionClass)
Sets the action class. |
Methods inherited from class org.apache.struts.action.ActionMapping |
---|
findForward, findForwards, getInputForward |
Methods inherited from class org.apache.struts.config.ActionConfig |
---|
addExceptionConfig, addForwardConfig, findException, findExceptionConfig, findExceptionConfigs, findForwardConfig, findForwardConfigs, freeze, getAttribute, getCancellable, getForward, getInclude, getModuleConfig, getMultipartClass, getName, getParameter, getPath, getPrefix, getRoleNames, getRoles, getScope, getSuffix, getType, getUnknown, removeExceptionConfig, removeForwardConfig, setAttribute, setCancellable, setForward, setInclude, setInput, setModuleConfig, setMultipartClass, setName, setParameter, setPath, setPrefix, setRoles, setScope, setSuffix, setType, setUnknown, setValidate, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected Class<?> actionClass
protected BeanDesc actionBeanDesc
protected ArrayMap<String,S3ExecuteConfig> executeConfigs
S3ExecuteConfig
.
protected Field formField
Constructor Detail |
---|
public S3ActionMapping()
Method Detail |
---|
public String getInput()
getInput
in class ActionConfig
public boolean getValidate()
getValidate
in class ActionConfig
public Class<?> getActionClass()
public BeanDesc getActionBeanDesc()
public void setActionClass(Class<?> actionClass) throws NullPointerException
actionClass
- the action class
NullPointerException
- if the actionClass parameter is nullpublic int getExecuteConfigSize()
public S3ExecuteConfig findExecuteConfig(HttpServletRequest request)
request
- the request
public S3ExecuteConfig getExecuteConfig(String name)
name
- the name
public void addExecuteConfig(S3ExecuteConfig executeConfig)
executeConfig
- the execute configurationpublic String[] getExecuteMethodNames()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |