Uses of Class
juzu.PropertyType

Packages that use PropertyType
juzu   
juzu.bridge.portlet   
juzu.io   
juzu.request   
 

Uses of PropertyType in juzu
 

Fields in juzu declared as PropertyType
static PropertyType<String> PropertyType.ASSET
          Stylesheet.
static PropertyType<Charset> PropertyType.ENCODING
          Charset.
static PropertyType<Boolean> PropertyType.ESCAPE_XML
          Escape XML.
static PropertyType<Map.Entry<String,String[]>> PropertyType.HEADER
          Header response.
static PropertyType<Element> PropertyType.HEADER_TAG
          Header tag.
static PropertyType<Map.Entry<String,String>> PropertyType.META_HTTP_EQUIV
          Http-equiv meta tag.
static PropertyType<Map.Entry<String,String>> PropertyType.META_TAG
          Named meta tag .
static PropertyType<String> PropertyType.MIME_TYPE
          Mime type.
static PropertyType<String> PropertyType.PATH
          Path.
static PropertyType<Boolean> PropertyType.REDIRECT_AFTER_ACTION
          Redirect after action.
static PropertyType<String> PropertyType.TITLE
          Title.
 

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> 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)
           
 Response Response.with(PropertyType<Boolean> propertyType)
          Set a boolean property to true.
 Response.View Response.View.with(PropertyType<Boolean> propertyType)
           
 Response.Redirect Response.Redirect.with(PropertyType<Boolean> propertyType)
           
 Response.Status Response.Status.with(PropertyType<Boolean> propertyType)
           
 Response.Body Response.Body.with(PropertyType<Boolean> propertyType)
           
 Response.Content Response.Content.with(PropertyType<Boolean> propertyType)
           
<T> Response
Response.with(PropertyType<T> propertyType, T propertyValue)
          Set a property, if the value is null, the property is removed.
<T> Response.View
Response.View.with(PropertyType<T> propertyType, T propertyValue)
           
<T> Response.Redirect
Response.Redirect.with(PropertyType<T> propertyType, T propertyValue)
           
<T> Response.Status
Response.Status.with(PropertyType<T> propertyType, T propertyValue)
           
<T> Response.Body
Response.Body.with(PropertyType<T> propertyType, T propertyValue)
           
<T> Response.Content
Response.Content.with(PropertyType<T> propertyType, T propertyValue)
           
 Response Response.withNo(PropertyType<Boolean> propertyType)
          Set a boolean property to false.
 Response.View Response.View.withNo(PropertyType<Boolean> propertyType)
           
 Response.Redirect Response.Redirect.withNo(PropertyType<Boolean> propertyType)
           
 Response.Status Response.Status.withNo(PropertyType<Boolean> propertyType)
           
 Response.Body Response.Body.withNo(PropertyType<Boolean> propertyType)
           
 Response.Content Response.Content.withNo(PropertyType<Boolean> propertyType)
           
<T> Response
Response.without(PropertyType<T> propertyType)
          Removes a property.
<T> Response.View
Response.View.without(PropertyType<T> propertyType)
           
<T> Response.Redirect
Response.Redirect.without(PropertyType<T> propertyType)
           
<T> Response.Status
Response.Status.without(PropertyType<T> propertyType)
           
<T> Response.Body
Response.Body.without(PropertyType<T> propertyType)
           
<T> Response.Content
Response.Content.without(PropertyType<T> propertyType)
           
 

Uses of PropertyType in juzu.bridge.portlet
 

Fields in juzu.bridge.portlet declared as PropertyType
static PropertyType<javax.portlet.PortletMode> JuzuPortlet.PORTLET_MODE
          .
static PropertyType<javax.portlet.WindowState> JuzuPortlet.WINDOW_STATE
          .
 

Uses of PropertyType in juzu.io
 

Fields in juzu.io declared as PropertyType
 PropertyType<T> Chunk.Property.type
          .
 

Constructors in juzu.io with parameters of type PropertyType
Chunk.Property(T value, PropertyType<T> type)
           
 

Uses of PropertyType in juzu.request
 

Methods in juzu.request with parameters of type PropertyType
<T> T
RequestContext.getProperty(PropertyType<T> propertyType)
           
<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)
           
 



Copyright © 2014 eXo Platform SAS. All rights reserved.