com.easyjf.web
Class RequestProcessor

java.lang.Object
  extended bycom.easyjf.web.RequestProcessor

public class RequestProcessor
extends java.lang.Object

¿ò¼Ü´¦ÀíÆ÷

Author:
²ÌÊÀÓÑ

Constructor Summary
RequestProcessor(ActionServlet servlet)
           
 
Method Summary
 Page getResult(Module module, WebForm form, IWebAction action, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.velocity.Template getTemplate(java.lang.String name, java.lang.String encoding)
           
 void process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestProcessor

public RequestProcessor(ActionServlet servlet)
Method Detail

process

public void process(javax.servlet.http.HttpServletRequest request,
                    javax.servlet.http.HttpServletResponse response)
             throws java.io.IOException,
                    javax.servlet.ServletException
Throws:
java.io.IOException
javax.servlet.ServletException

getResult

public Page getResult(Module module,
                      WebForm form,
                      IWebAction action,
                      javax.servlet.http.HttpServletRequest request,
                      javax.servlet.http.HttpServletResponse response)

getTemplate

public org.apache.velocity.Template getTemplate(java.lang.String name,
                                                java.lang.String encoding)
                                         throws org.apache.velocity.exception.ResourceNotFoundException,
                                                org.apache.velocity.exception.ParseErrorException,
                                                org.apache.velocity.exception.MethodInvocationException,
                                                java.lang.Exception
Throws:
org.apache.velocity.exception.ResourceNotFoundException
org.apache.velocity.exception.ParseErrorException
org.apache.velocity.exception.MethodInvocationException
java.lang.Exception