org.velocityweb.dispatcher
Class ShowProcessResultDispatcher

java.lang.Object
  extended byorg.velocityweb.dispatcher.Dispatcher
      extended byorg.velocityweb.dispatcher.LeafDispatcher
          extended byorg.velocityweb.dispatcher.UpdateDispatcher
              extended byorg.velocityweb.dispatcher.ShowProcessResultDispatcher

public class ShowProcessResultDispatcher
extends UpdateDispatcher

show process result dispather, show success/fail page

Author:
Jacklondon Chen

Field Summary
 
Fields inherited from class org.velocityweb.dispatcher.LeafDispatcher
templateHtmlCharsetName
 
Constructor Summary
ShowProcessResultDispatcher()
           
 
Method Summary
 java.lang.String getUrlId()
          get url id
 boolean process(javax.servlet.http.HttpServletRequest request, WebAppContext webContext)
          process
 
Methods inherited from class org.velocityweb.dispatcher.LeafDispatcher
forward, getHtmlTemplateFileName, getPageTitle, getTemplateHtmlCharsetName, getTransactionIsolation, setHtmlTemplateFileName, setPageTitle, setTemplateHtmlCharsetName, setTransactionIsolation
 
Methods inherited from class org.velocityweb.dispatcher.Dispatcher
getMenuName, getPageLayout, setPageLayout, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ShowProcessResultDispatcher

public ShowProcessResultDispatcher()
Method Detail

process

public boolean process(javax.servlet.http.HttpServletRequest request,
                       WebAppContext webContext)
                throws java.lang.Exception
process

Specified by:
process in class LeafDispatcher
Throws:
java.lang.Exception

getUrlId

public java.lang.String getUrlId()
get url id

Specified by:
getUrlId in class Dispatcher