org.codehaus.waffle.view
Class DefaultDispatchAssistant
java.lang.Object
org.codehaus.waffle.view.DefaultDispatchAssistant
- All Implemented Interfaces:
- DispatchAssistant
public class DefaultDispatchAssistant
- extends java.lang.Object
- implements DispatchAssistant
- Author:
- Michael Ward
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 |
DEFAULT_CHARACTER_ENCODING
public static final java.lang.String DEFAULT_CHARACTER_ENCODING
- See Also:
- Constant Field Values
DefaultDispatchAssistant
public DefaultDispatchAssistant()
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.