Package org.apache.struts.config
Class SecureActionConfig
- java.lang.Object
-
- org.apache.struts.config.BaseConfig
-
- org.apache.struts.config.ActionConfig
-
- org.apache.struts.action.ActionMapping
-
- org.apache.struts.config.SecureActionConfig
-
- All Implemented Interfaces:
java.io.Serializable
public class SecureActionConfig extends org.apache.struts.action.ActionMapping
An extension of the ActionConfig class to add the "secure" property- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ANY
protected java.lang.String
secure
-
Fields inherited from class org.apache.struts.config.ActionConfig
acceptPage, actionId, attribute, cancellable, catalog, command, exceptions, extensionProcessed, forward, forwards, include, inherit, input, moduleConfig, multipartClass, name, parameter, path, prefix, roleNames, roles, scope, suffix, type, unknown, validate
-
-
Constructor Summary
Constructors Constructor Description SecureActionConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getSecure()
void
setSecure(java.lang.String val)
-
Methods inherited from class org.apache.struts.action.ActionMapping
findForward, findForwards, getInputForward
-
Methods inherited from class org.apache.struts.config.ActionConfig
addExceptionConfig, addForwardConfig, checkCircularInheritance, findException, findExceptionConfig, findExceptionConfigs, findForwardConfig, findForwardConfigs, freeze, getAcceptPage, getActionId, getAttribute, getCancellable, getCatalog, getCommand, getExtends, getForward, getInclude, getInput, getModuleConfig, getMultipartClass, getName, getParameter, getPath, getPrefix, getRoleNames, getRoles, getScope, getSuffix, getType, getUnknown, getValidate, inheritExceptionHandlers, inheritForwards, inheritFrom, isExtensionProcessed, processExtends, removeExceptionConfig, removeForwardConfig, setAcceptPage, setActionId, setAttribute, setCancellable, setCatalog, setCommand, setExtends, setForward, setInclude, setInput, setModuleConfig, setMultipartClass, setName, setParameter, setPath, setPrefix, setRoles, setScope, setSuffix, setType, setUnknown, setValidate, toString
-
-
-
-
Field Detail
-
ANY
public static final java.lang.String ANY
- See Also:
- Constant Field Values
-
secure
protected java.lang.String secure
-
-