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 classicexecuteservlet 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 voidTilesPreProcessor.doForward(ServletActionContext context, String uri) Do an include of specified URI using aRequestDispatcher.protected voidTilesPreProcessor.doInclude(ServletActionContext context, String uri) Do an include of specified URI using aRequestDispatcher.booleanTilesPreProcessor.execute(ServletActionContext sacontext) If the currentForwardConfigis using "tiles", perform necessary pre-processing to set up theTilesContextand substitute a newForwardConfigwhich 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 TypeMethodDescriptionbooleanTilesPreProcessor.execute(ServletActionContext sacontext) If the currentForwardConfigis using "tiles", perform necessary pre-processing to set up theTilesContextand substitute a newForwardConfigwhich is understandable to aRequestDispatcher.