Uses of Interface
com.dyuproject.web.rest.ViewDispatcher

Packages that use ViewDispatcher
com.dyuproject.ext.stringtemplate   
com.dyuproject.web.rest   
com.dyuproject.web.rest.dispatcher   
 

Uses of ViewDispatcher in com.dyuproject.ext.stringtemplate
 

Classes in com.dyuproject.ext.stringtemplate that implement ViewDispatcher
 class StringTemplateDispatcher
           
 

Uses of ViewDispatcher in com.dyuproject.web.rest
 

Classes in com.dyuproject.web.rest that implement ViewDispatcher
 class DefaultDispatcher
          Dispatches to the container's default servlet
 class JSONDispatcher
          Generates a JSON response from the object on the request attribute identified by JSONDispatcher.JSON_DATA.
 class JSPDispatcher
          Efficiently dispatches to the jsp servlet.
 

Methods in com.dyuproject.web.rest that return ViewDispatcher
 ViewDispatcher WebContext.getViewDispatcher(String name)
           
 

Methods in com.dyuproject.web.rest with parameters of type ViewDispatcher
 void WebContext.addViewDispatcher(String name, ViewDispatcher dispatcher)
           
 void WebContext.setViewDispatcher(String name, ViewDispatcher dispatcher)
           
 

Method parameters in com.dyuproject.web.rest with type arguments of type ViewDispatcher
 void WebContext.setViewDispatchers(Map<String,ViewDispatcher> dispatchers)
           
 

Uses of ViewDispatcher in com.dyuproject.web.rest.dispatcher
 

Classes in com.dyuproject.web.rest.dispatcher that implement ViewDispatcher
 class VelocityDispatcher
           
 



Copyright © 2008-2013. All Rights Reserved.