Uses of Class
org.apache.commons.chain.web.jakarta.servlet.ServletWebContext
-
Uses of ServletWebContext in org.apache.commons.chain.web.jakarta.servlet
Modifier and TypeMethodDescriptionprotected Catalog
<ServletWebContext> PathInfoMapper.getCatalog
(ServletWebContext context) protected Catalog
<ServletWebContext> RequestParameterMapper.getCatalog
(ServletWebContext context) protected Catalog
<ServletWebContext> ServletPathMapper.getCatalog
(ServletWebContext context) Modifier 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.