net.kldp.beat.dispatcher
Interface Dispatch

All Known Implementing Classes:
FreemakerViewDispatcher, JspViewDispatcher, VelocityViewDispatcher, ViewDispatcher

public interface Dispatch


Method Summary
 void dispatch(Result input, java.lang.Object action)
           
 void dispatch(java.lang.String url, java.lang.String type)
           
 java.lang.String getQueryString()
           
 java.lang.String getRequestURI()
           
 

Method Detail

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