Class 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
      • Fields inherited from class org.apache.struts.config.BaseConfig

        configured
    • 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
      • Methods inherited from class org.apache.struts.config.BaseConfig

        copyProperties, getProperties, getProperty, inheritProperties, setProperties, setProperty, throwIfConfigured
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • secure

        protected java.lang.String secure
    • Constructor Detail

      • SecureActionConfig

        public SecureActionConfig()
    • Method Detail

      • setSecure

        public void setSecure​(java.lang.String val)
      • getSecure

        public java.lang.String getSecure()