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.chain |
Contains the new
ComposableRequestProcessor
which was introduced in Struts 1.3. |
org.apache.struts.faces.application | |
org.apache.struts.tiles |
The Tiles taglib and framework allows building web pages by assembling reusable
pieces of pages, called Tiles.
|
Modifier and Type | Method and Description |
---|---|
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 | Class and Description |
---|---|
class |
ComposableRequestProcessor
ComposableRequestProcessor uses the Chain Of Resposibility design
pattern (as implemented by the commons-chain package in Jakarta Commons) to
support external configuration of command chains to be used.
|
Modifier and Type | Class and Description |
---|---|
class |
FacesRequestProcessor
Concrete implementation of
RequestProcessor that
implements the standard Struts request processing lifecycle on a
request that was received as an ActionEvent by our
associated ActionListener . |
class |
FacesTilesRequestProcessor
Concrete implementation of
RequestProcessor that
implements the standard Struts request processing lifecycle on a
request that was received as an ActionEvent by our
associated ActionListener . |
Modifier and Type | Method and Description |
---|---|
protected RequestProcessor |
ActionListenerImpl.getRequestProcessor(ModuleConfig config,
javax.servlet.ServletContext context)
Look up and return the
RequestProcessor responsible for
the specified module, creating a new one if necessary. |
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.
|
Modifier and Type | Method and Description |
---|---|
protected RequestProcessor |
RedeployableActionServlet.getRequestProcessor(ModuleConfig config) |
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.