Uses of Interface
org.jewel.core.ResultDispatcher

Packages that use ResultDispatcher
org.jewel.core Conté les classes principals de Jewel 
org.jewel.core.dispatchers Conté les implementacions de ResultDispatcher (tipus de resultats) que proporciona Jewel. 
 

Uses of ResultDispatcher in org.jewel.core
 

Methods in org.jewel.core that return ResultDispatcher
 ResultDispatcher ViewManager.getResultDispatcher(java.lang.Class<? extends ResultDispatcher> clazz)
          Obté el Result Dispatcher adequat al tipus de resultat
 

Methods in org.jewel.core that return types with arguments of type ResultDispatcher
 java.lang.Class<? extends ResultDispatcher> ModelAndView.getResultType()
           
 

Method parameters in org.jewel.core with type arguments of type ResultDispatcher
 ResultDispatcher ViewManager.getResultDispatcher(java.lang.Class<? extends ResultDispatcher> clazz)
          Obté el Result Dispatcher adequat al tipus de resultat
 void ModelAndView.setResultType(java.lang.Class<? extends ResultDispatcher> resultType)
           
 

Constructor parameters in org.jewel.core with type arguments of type ResultDispatcher
ModelAndView(java.util.Map<java.lang.String,java.lang.Object> model, java.lang.String view, java.lang.Class<? extends ResultDispatcher> resultType, ActionMessages messages)
          Constructor complet.
 

Uses of ResultDispatcher in org.jewel.core.dispatchers
 

Classes in org.jewel.core.dispatchers that implement ResultDispatcher
 class AbstractJspResultDispatcher
          Classe abstracta que generalitza la presentació de resultats en JSPs
 class JsonResultDispatcher
          Classe que implementa un resultat de tipus Json (per cridades Ajax).
 class JspResultDispatcher
          Classe que implementa un resultat de tipus JSP.
 class TilesResultDispatcher
          Classe que implementa un resultat de tipus Apache Tiles per poder presentar vistes basades en plantilles Tiles.