to.etc.domui.server
Class NormalContextMaker

java.lang.Object
  extended by to.etc.domui.server.AbstractContextMaker
      extended by to.etc.domui.server.NormalContextMaker
All Implemented Interfaces:
IContextMaker

public final class NormalContextMaker
extends AbstractContextMaker


Constructor Summary
NormalContextMaker(java.lang.String applicationClassName, ConfigParameters pp)
           
 
Method Summary
 boolean handleRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.FilterChain chain)
          Create a normal context.
 
Methods inherited from class to.etc.domui.server.AbstractContextMaker
execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NormalContextMaker

public NormalContextMaker(java.lang.String applicationClassName,
                          ConfigParameters pp)
                   throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

handleRequest

public boolean handleRequest(javax.servlet.http.HttpServletRequest request,
                             javax.servlet.http.HttpServletResponse response,
                             javax.servlet.FilterChain chain)
                      throws java.lang.Exception
Create a normal context.

Specified by:
handleRequest in interface IContextMaker
Specified by:
handleRequest in class AbstractContextMaker
Throws:
java.lang.Exception
See Also:
to.etc.domui.server.IContextMaker#createContext(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)