Uses of Class
org.apache.struts.chain.contexts.ServletActionContext
Packages that use ServletActionContext
Package
Description
-
Uses of ServletActionContext in org.apache.struts.dispatcher.servlet
Methods in org.apache.struts.dispatcher.servlet with parameters of type ServletActionContextModifier 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
Methods in org.apache.struts.tiles.commands with parameters of type ServletActionContextModifier 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
Methods in org.apache.struts.tiles2.commands with parameters of type ServletActionContextModifier 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
.