Uses of Interface
juzu.request.Dispatch

Packages that use Dispatch
juzu.request   
 

Uses of Dispatch in juzu.request
 

Classes in juzu.request that implement Dispatch
static class Phase.Action.Dispatch
           
static class Phase.Resource.Dispatch
           
static class Phase.View.Dispatch
           
 

Methods in juzu.request that return Dispatch
 Dispatch RequestContext.createDispatch(juzu.impl.request.Method<?> method)
          Create a dispatch object with unset parameters.
 Dispatch Dispatch.escapeXML(Boolean escapeXML)
           
 Dispatch Phase.Action.Dispatch.escapeXML(Boolean escapeXML)
           
 Dispatch Phase.View.Dispatch.escapeXML(Boolean escapeXML)
           
 Dispatch Phase.Resource.Dispatch.escapeXML(Boolean escapeXML)
           
<T> Dispatch
Dispatch.setProperty(PropertyType<T> propertyType, T propertyValue)
          Set or clear a property of the URL.
<T> Dispatch
Phase.Action.Dispatch.setProperty(PropertyType<T> propertyType, T propertyValue)
           
<T> Dispatch
Phase.View.Dispatch.setProperty(PropertyType<T> propertyType, T propertyValue)
           
<T> Dispatch
Phase.Resource.Dispatch.setProperty(PropertyType<T> propertyType, T propertyValue)
           
 Dispatch Dispatch.with(juzu.impl.common.MimeType mimeType)
           
 Dispatch Phase.Action.Dispatch.with(juzu.impl.common.MimeType mimeType)
           
 Dispatch Phase.View.Dispatch.with(juzu.impl.common.MimeType mimeType)
           
 Dispatch Phase.Resource.Dispatch.with(juzu.impl.common.MimeType mimeType)
           
 Dispatch Dispatch.with(PropertyMap properties)
           
 Dispatch Phase.Action.Dispatch.with(PropertyMap properties)
           
 Dispatch Phase.View.Dispatch.with(PropertyMap properties)
           
 Dispatch Phase.Resource.Dispatch.with(PropertyMap properties)
           
 



Copyright © 2013 eXo Platform SAS. All Rights Reserved.