net.kldp.beat.dispatcher
Interface Dispatch
- All Known Implementing Classes:
- FreemakerViewDispatcher, JspViewDispatcher, VelocityViewDispatcher, ViewDispatcher
public interface Dispatch
getRequestURI
java.lang.String getRequestURI()
getQueryString
java.lang.String getQueryString()
dispatch
void dispatch(java.lang.String url,
java.lang.String type)
throws ServletException,
java.io.IOException
- Throws:
ServletException
java.io.IOException
dispatch
void dispatch(Result input,
java.lang.Object action)
throws ServletException,
java.io.IOException
- Throws:
ServletException
java.io.IOException