Class CustomMappingTest

java.lang.Object
org.apache.struts.config.BaseConfig
org.apache.struts.config.ActionConfig
org.apache.struts.action.ActionMapping
org.apache.struts.config.CustomMappingTest
All Implemented Interfaces:
Serializable

public class CustomMappingTest extends org.apache.struts.action.ActionMapping
Custom action mapping used by TestModuleConfig
See Also:
  • Field Summary Link icon

    Fields inherited from class org.apache.struts.config.ActionConfig Link icon

    acceptPage, actionId, attribute, cancellable, catalog, command, dispatcher, exceptions, extensionProcessed, forward, forwards, include, inherit, input, moduleConfig, multipartClass, name, parameter, path, populate, prefix, reset, roleNames, roles, scope, suffix, type, unknown, validate

    Fields inherited from class org.apache.struts.config.BaseConfig Link icon

    configured
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    boolean
     
    void
    setPublic(boolean val)
     

    Methods inherited from class org.apache.struts.action.ActionMapping Link icon

    findForward, findForwards, findRequiredForward, getInputForward

    Methods inherited from class org.apache.struts.config.ActionConfig Link icon

    addExceptionConfig, addForwardConfig, checkCircularInheritance, findException, findExceptionConfig, findExceptionConfigs, findForwardConfig, findForwardConfigs, freeze, getAcceptPage, getActionId, getAttribute, getCancellable, getCatalog, getCommand, getDispatcher, getExtends, getForward, getInclude, getInput, getModuleConfig, getMultipartClass, getName, getParameter, getPath, getPopulate, getPopulateNames, getPrefix, getReset, getResetNames, getRoleNames, getRoles, getScope, getSuffix, getType, getUnknown, getValidate, inheritExceptionHandlers, inheritForwards, inheritFrom, isExtensionProcessed, isSingleton, processExtends, removeExceptionConfig, removeForwardConfig, setAcceptPage, setActionId, setAttribute, setCancellable, setCatalog, setCommand, setDispatcher, setExtends, setForward, setInclude, setInput, setModuleConfig, setMultipartClass, setName, setParameter, setPath, setPopulate, setPrefix, setReset, setRoles, setScope, setSingleton, setSuffix, setType, setUnknown, setValidate, toString

    Methods inherited from class org.apache.struts.config.BaseConfig Link icon

    copyProperties, getProperties, getProperty, inheritProperties, setProperties, setProperty, throwIfConfigured

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details Link icon

    • CustomMappingTest Link icon

      public CustomMappingTest()
  • Method Details Link icon

    • setPublic Link icon

      public void setPublic(boolean val)
    • getPublic Link icon

      public boolean getPublic()