Package | Description |
---|---|
org.apache.struts.action |
The action package is the core of the struts framework,
providing the "Controller" aspect of a MVC model.
|
org.apache.struts.actions |
The actions package provides special adapters between the incoming HTTP
request and the corresponding business logic.
|
org.apache.struts.tiles |
The Tiles taglib and framework allows building web pages by assembling reusable
pieces of pages, called Tiles.
|
Modifier and Type | Field and Description |
---|---|
protected RequestProcessor |
ActionServlet.processor
The
RequestProcessor instance we will use to process
all incoming requests. |
Modifier and Type | Method and Description |
---|---|
private RequestProcessor |
ActionServlet.getProcessorForModule(ModuleConfig config)
Returns the RequestProcessor for the given module or null if one does not
exist.
|
protected RequestProcessor |
ActionServlet.getRequestProcessor(ModuleConfig config)
Look up and return the
RequestProcessor responsible for the
specified module, creating a new one if necessary. |
Modifier and Type | Method and Description |
---|---|
protected RequestProcessor |
RedeployableActionServlet.getRequestProcessor(ModuleConfig config) |
Modifier and Type | Class and Description |
---|---|
class |
TilesRequestProcessor
RequestProcessor contains the processing logic that
the Struts controller servlet performs as it receives each servlet request
from the container.
|
Copyright ? 2000-2014 - The Apache Software Foundation