Uses of Class
juzu.PropertyType

Packages that use PropertyType
juzu   
juzu.portlet   
juzu.request   
 

Uses of PropertyType in juzu
 

Subclasses of PropertyType in juzu
static class Response.Content.MIME_TYPE
          Mime type type literal.
static class Response.Render.SCRIPT
          Script type literal.
static class Response.Render.STYLESHEET
          Stylesheet type literal.
static class Response.Render.TITLE
          Stylesheet type literal.
static class URLBuilder.ESCAPE_XML
          Escape XML type literal.
 

Methods in juzu that return types with arguments of type PropertyType
 Iterator<PropertyType<?>> PropertyMap.iterator()
           
 

Methods in juzu with parameters of type PropertyType
<T> void
PropertyMap.addValue(PropertyType<T> property, T value)
           
<T> void
PropertyMap.addValues(PropertyType<T> property, Iterable<? extends T> values)
           
<T> void
PropertyMap.addValues(PropertyType<T> property, T... values)
           
<T> boolean
PropertyMap.contains(PropertyType<T> property)
           
<T> T
PropertyMap.getValue(PropertyType<T> property)
           
<T> Iterable<T>
PropertyMap.getValues(PropertyType<T> property)
           
<T> void
PropertyMap.remove(PropertyType<T> property)
           
<T> URLBuilder
URLBuilder.setProperty(PropertyType<T> propertyType, T propertyValue)
          Set or clear a property of the URL.
<T> void
PropertyMap.setValue(PropertyType<T> property, T value)
           
<T> void
PropertyMap.setValues(PropertyType<T> property, Iterable<? extends T> values)
           
<T> void
PropertyMap.setValues(PropertyType<T> property, T... values)
           
<T> Response
Response.with(PropertyType<T> propertyType, T propertyValue)
          Set a property, if the value is null, the property is removed.
<T> Response.Update
Response.Update.with(PropertyType<T> propertyType, T propertyValue)
           
<T> Response.Redirect
Response.Redirect.with(PropertyType<T> propertyType, T propertyValue)
           
<T> Response.Content
Response.Content.with(PropertyType<T> propertyType, T propertyValue)
           
<T> Response.Render
Response.Render.with(PropertyType<T> propertyType, T propertyValue)
           
 

Uses of PropertyType in juzu.portlet
 

Subclasses of PropertyType in juzu.portlet
static class JuzuPortlet.PORTLET_MODE
          .
static class JuzuPortlet.WINDOW_STATE
          .
 

Uses of PropertyType in juzu.request
 

Subclasses of PropertyType in juzu.request
static class RequestContext.METHOD_ID
          Phase type literal.
 

Methods in juzu.request with parameters of type PropertyType
<T> T
RequestContext.getProperty(PropertyType<T> propertyType)
           
 



Copyright © 2012 eXo Platform SAS. All Rights Reserved.