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

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

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 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 mime, 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 © 2013. All Rights Reserved.