Uses of Class
org.apache.commons.chain.web.jakarta.servlet.ServletWebContext
-
Uses of ServletWebContext in org.apache.commons.chain.web.jakarta.servlet
Methods in org.apache.commons.chain.web.jakarta.servlet that return types with arguments of type ServletWebContextModifier and TypeMethodDescriptionprotected Catalog
<ServletWebContext> PathInfoMapper.getCatalog
(ServletWebContext context) protected Catalog
<ServletWebContext> RequestParameterMapper.getCatalog
(ServletWebContext context) protected Catalog
<ServletWebContext> ServletPathMapper.getCatalog
(ServletWebContext context) Methods in org.apache.commons.chain.web.jakarta.servlet with parameters of type ServletWebContextModifier and TypeMethodDescriptionprotected Catalog
<ServletWebContext> PathInfoMapper.getCatalog
(ServletWebContext context) protected Catalog
<ServletWebContext> RequestParameterMapper.getCatalog
(ServletWebContext context) protected Catalog
<ServletWebContext> ServletPathMapper.getCatalog
(ServletWebContext context) protected String
PathInfoMapper.getCommandName
(ServletWebContext context) Look up the extra path information for this request, and use it to select an appropriateCommand
to be executed.protected String
RequestParameterMapper.getCommandName
(ServletWebContext context) Look up the specified request parameter for this request, and use it to select an appropriateCommand
to be executed.protected String
ServletPathMapper.getCommandName
(ServletWebContext context) Look up the servlet path information for this request, and use it to select an appropriateCommand
to be executed.