| biz.hammurapi.web.StylingServlet biz.hammurapi.web.DispatchingServlet biz.hammurapi.web.SelfDispatchingServlet
SelfDispatchingServlet | public class SelfDispatchingServlet extends DispatchingServlet (Code) | | Dispatches requests to own methods. Methods must be declared in subclasses of this
class to avoid infinite loops.
|
styleSeparatorPosition | protected int styleSeparatorPosition()(Code) | | Position of "/" in the servlet path info which separates action name from style info. |
Methods inherited from biz.hammurapi.web.DispatchingServlet | protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, java.io.IOException(Code)(Java Doc) protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, java.io.IOException(Code)(Java Doc) public String executeAction(String pathInfo, Context ctx) throws ServletException, IOException(Code)(Java Doc) abstract protected Object getActionInstance(String path) throws HammurapiWebException(Code)(Java Doc) abstract protected String getActionName(String path) throws HammurapiWebException(Code)(Java Doc) protected CompositeDomSerializer getDomSerializer()(Code)(Java Doc) public void init(ServletConfig config) throws ServletException(Code)(Java Doc) protected void processRequest(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException(Code)(Java Doc) public void style(Object ret, String styleName, HttpServletRequest request, HttpServletResponse response) throws ParserConfigurationException, FactoryConfigurationError, ServletException(Code)(Java Doc) public void style(Object ret, String styleName, Context context, Result result) throws ParserConfigurationException, HammurapiWebException(Code)(Java Doc) abstract protected int styleSeparatorPosition()(Code)(Java Doc) protected void verifyMethod(Method method) throws HammurapiWebException(Code)(Java Doc)
|
|
|