D E F G H I M O P R S

D

denied() - Method in class org.beyondcode.struts.dispatcher.DispatcherMappingImpl
Get the 'access denied' ActionForward.
denied() - Method in interface org.beyondcode.struts.dispatcher.DispatcherMapping
Get the 'access denied' ActionForward.
DispatcherMapping - interface org.beyondcode.struts.dispatcher.DispatcherMapping.
This interface provides the additional methods that are needed by the Action classes in the dispatcher package.
DispatcherMappingImpl - class org.beyondcode.struts.dispatcher.DispatcherMappingImpl.
This class provides a default implementation of the DispatcherMapping interface.
DispatcherMappingImpl() - Constructor for class org.beyondcode.struts.dispatcher.DispatcherMappingImpl
 
DispatcherTestServlet - class org.beyondcode.struts.dispatcher.DispatcherTestServlet.
On start-up, this class tests the action mappings read from struts-config.xml and writes its findings into the servlet log.
DispatcherTestServlet() - Constructor for class org.beyondcode.struts.dispatcher.DispatcherTestServlet
 

E

error() - Method in class org.beyondcode.struts.dispatcher.DispatcherMappingImpl
Get the 'error' ActionForward.
error() - Method in interface org.beyondcode.struts.dispatcher.DispatcherMapping
Get the 'error' ActionForward.

F

failure() - Method in class org.beyondcode.struts.dispatcher.DispatcherMappingImpl
Get the 'failure' ActionForward.
failure() - Method in interface org.beyondcode.struts.dispatcher.DispatcherMapping
Get the 'failure' ActionForward.
FormDispatcherAction - class org.beyondcode.struts.dispatcher.FormDispatcherAction.
This class forwards an incoming request to another Action, when it finds a request parameter with the same name as one the local forwards.
FormDispatcherAction() - Constructor for class org.beyondcode.struts.dispatcher.FormDispatcherAction
 

G

getAccess() - Method in class org.beyondcode.struts.dispatcher.DispatcherMappingImpl
Get the access control information for this mapping.
getAccess() - Method in interface org.beyondcode.struts.dispatcher.DispatcherMapping
Get the access specification for this action mapping.
getMethod() - Method in class org.beyondcode.struts.dispatcher.DispatcherMappingImpl
Get the name of the function to which this action should be dispatched.
getMethod() - Method in interface org.beyondcode.struts.dispatcher.DispatcherMapping
Get the name of the Action class' member function to dispatch to.

H

hasAccess(DispatcherMapping, HttpServletRequest) - Method in class org.beyondcode.struts.dispatcher.MethodDispatcherAction
This method should be overridden in subclasses to implement custom access control to individual methods.

I

initMapping() - Method in class org.beyondcode.struts.dispatcher.DispatcherTestServlet
Tests the mappings read from struts-config.xml for non-null "standard" forwards and writes its findings into the servlet log.

M

messages - Static variable in class org.beyondcode.struts.dispatcher.DispatcherTestServlet
Handle to properties file with error messages.
messages - Static variable in class org.beyondcode.struts.dispatcher.FormDispatcherAction
Handle to properties file with error messages.
messages - Static variable in class org.beyondcode.struts.dispatcher.MethodDispatcherAction
Handle to properties file with error messages.
MethodDispatcherAction - class org.beyondcode.struts.dispatcher.MethodDispatcherAction.
This class dispatches incoming requests to one of its member functions according to the value of the method property of the mapping supplied with the request.
MethodDispatcherAction() - Constructor for class org.beyondcode.struts.dispatcher.MethodDispatcherAction
Default constructor.
methods - Variable in class org.beyondcode.struts.dispatcher.MethodDispatcherAction
Handles to methods that have been recognized by introspection as possible targets for dispatches.

O

org.beyondcode.struts.dispatcher - package org.beyondcode.struts.dispatcher
 

P

perform(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.beyondcode.struts.dispatcher.FormDispatcherAction
This method compares the names of the request parameters and the names of the ActionForwards (as defined in the mapping).
perform(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.beyondcode.struts.dispatcher.MethodDispatcherAction
When called by the ActionServlet, this method dispatches incoming requests to one of the methods recognized in the constructor, having the same signature as the perform() method.

R

reportErrors(ActionMappings) - Static method in class org.beyondcode.struts.dispatcher.DispatcherMappingImpl
Given the ActionMappings maintained by the ActionServlet, this function checks whether the non-null "standard" forwards exist for all mappings.

S

setAccess(String) - Method in class org.beyondcode.struts.dispatcher.DispatcherMappingImpl
Set the access control information for this mapping.
setAccess(String) - Method in interface org.beyondcode.struts.dispatcher.DispatcherMapping
Set the access specification for this action mapping.
setMethod(String) - Method in class org.beyondcode.struts.dispatcher.DispatcherMappingImpl
Set the name of the function to which this action should be dispatched.
setMethod(String) - Method in interface org.beyondcode.struts.dispatcher.DispatcherMapping
Set the name of the Action class' member function to dispatch to.
success() - Method in class org.beyondcode.struts.dispatcher.DispatcherMappingImpl
Get the 'success' ActionForward.
success() - Method in interface org.beyondcode.struts.dispatcher.DispatcherMapping
Get the 'success' ActionForward.

D E F G H I M O P R S