org.codehaus.waffle.view
Class DefaultDispatchAssistant

java.lang.Object
  extended by org.codehaus.waffle.view.DefaultDispatchAssistant
All Implemented Interfaces:
DispatchAssistant

public class DefaultDispatchAssistant
extends java.lang.Object
implements DispatchAssistant

Author:
Michael Ward

Field Summary
static java.lang.String DEFAULT_CHARACTER_ENCODING
           
 
Constructor Summary
DefaultDispatchAssistant()
           
 
Method Summary
 void forward(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String path)
           
 void redirect(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.util.Map model, java.lang.String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_CHARACTER_ENCODING

public static final java.lang.String DEFAULT_CHARACTER_ENCODING
See Also:
Constant Field Values
Constructor Detail

DefaultDispatchAssistant

public DefaultDispatchAssistant()
Method Detail

redirect

public void redirect(javax.servlet.http.HttpServletRequest request,
                     javax.servlet.http.HttpServletResponse response,
                     java.util.Map model,
                     java.lang.String path)
              throws java.io.IOException
Specified by:
redirect in interface DispatchAssistant
Throws:
java.io.IOException

forward

public void forward(javax.servlet.http.HttpServletRequest request,
                    javax.servlet.http.HttpServletResponse response,
                    java.lang.String path)
             throws java.io.IOException,
                    javax.servlet.ServletException
Specified by:
forward in interface DispatchAssistant
Throws:
java.io.IOException
javax.servlet.ServletException


Copyright © 2007 null. All Rights Reserved.