Uses of Class
juzu.io.Encoding

Packages that use Encoding
juzu.io   
juzu.request   
 

Uses of Encoding in juzu.io
 

Fields in juzu.io declared as Encoding
static Encoding Encoding.RFC3986
          .
 

Uses of Encoding in juzu.request
 

Methods in juzu.request that return Encoding
 Encoding ResponseParameter.getEncoding()
           
 

Methods in juzu.request with parameters of type Encoding
static ResponseParameter ResponseParameter.create(Encoding encoded, String name, String... value)
           
static ResponseParameter ResponseParameter.create(Encoding encoded, String name, String value)
           
 Dispatch Dispatch.setParameter(Encoding encoding, String name, String value)
          Set a parameter on the URL that will be built by this builder.
 Phase.Action.Dispatch Phase.Action.Dispatch.setParameter(Encoding encoding, String name, String value)
           
 Phase.View.Dispatch Phase.View.Dispatch.setParameter(Encoding encoding, String name, String value)
           
 Phase.Resource.Dispatch Phase.Resource.Dispatch.setParameter(Encoding encoding, String name, String value)
           
 Dispatch Dispatch.setParameter(Encoding encoding, String name, String[] value)
          Set a parameter on the URL that will be built by this builder.
 Phase.Action.Dispatch Phase.Action.Dispatch.setParameter(Encoding encoding, String name, String[] value)
           
 Phase.View.Dispatch Phase.View.Dispatch.setParameter(Encoding encoding, String name, String[] value)
           
 Phase.Resource.Dispatch Phase.Resource.Dispatch.setParameter(Encoding encoding, String name, String[] value)
           
 



Copyright © 2013 eXo Platform SAS. All Rights Reserved.