Frames | No Frames |
Fields of type org.apache.struts.action.RequestProcessor | |
RequestProcessor | The RequestProcessor instance we will use to process
all incoming requests. |
Methods with return type org.apache.struts.action.RequestProcessor | |
RequestProcessor | Returns the RequestProcessor for the given module or null if one does not
exist. |
RequestProcessor | Look up and return the RequestProcessor responsible for the
specified module, creating a new one if necessary. |
Classes derived from org.apache.struts.action.RequestProcessor | |
class | RequestProcessor contains the processing logic that
the Struts controller servlet performs as it receives each servlet request
from the container. |
Methods with return type org.apache.struts.action.RequestProcessor | |
RequestProcessor | Look up and return the RequestProcessor responsible for the
specified module, creating a new one if necessary. |