Uses of Class
org.apache.struts.chain.contexts.ServletActionContext
Package
Description
-
Uses of ServletActionContext in org.apache.struts.dispatcher.servlet
Modifier and TypeMethodDescriptionprotected final Object[]
ServletMethodResolver.buildClassicArguments
(ServletActionContext context) Constructs the arguments to invoke the classicexecute
servlet signature from the specified context. -
Uses of ServletActionContext in org.apache.struts.tiles.commands
Modifier and TypeMethodDescriptionprotected void
TilesPreProcessor.doForward
(ServletActionContext context, String uri) Do an include of specified URI using aRequestDispatcher
.protected void
TilesPreProcessor.doInclude
(ServletActionContext context, String uri) Do an include of specified URI using aRequestDispatcher
.boolean
TilesPreProcessor.execute
(ServletActionContext sacontext) If the currentForwardConfig
is using "tiles", perform necessary pre-processing to set up theTilesContext
and substitute a newForwardConfig
which is understandable to aRequestDispatcher
. -
Uses of ServletActionContext in org.apache.struts.tiles2.commands
Modifier and TypeMethodDescriptionboolean
TilesPreProcessor.execute
(ServletActionContext sacontext) If the currentForwardConfig
is using "tiles", perform necessary pre-processing to set up theTilesContext
and substitute a newForwardConfig
which is understandable to aRequestDispatcher
.