Uses of Class
juzu.PropertyType

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

Uses of PropertyType in juzu
 

Fields in juzu declared as PropertyType
static PropertyType<Boolean> PropertyType.ESCAPE_XML
          Escape XML.
static PropertyType<Map.Entry<String,String[]>> PropertyType.HEADER
          Header.
static PropertyType<Map.Entry<String,String>> PropertyType.META_TAG
          Header.
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<Asset> PropertyType.SCRIPT
          Script.
static PropertyType<Asset> PropertyType.STYLESHEET
          Stylesheet.
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.Content<S> Response.Content.with(PropertyType<Boolean> propertyType)
           
 Response.Render Response.Render.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.Content<S>
Response.Content.with(PropertyType<T> propertyType, T propertyValue)
           
<T> Response.Render
Response.Render.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.Content<S> Response.Content.withNo(PropertyType<Boolean> propertyType)
           
 Response.Render Response.Render.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.Content<S>
Response.Content.without(PropertyType<T> propertyType)
           
<T> Response.Render
Response.Render.without(PropertyType<T> propertyType)
           
 

Uses of PropertyType in juzu.bridge.portlet
 

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

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 © 2013 eXo Platform SAS. All Rights Reserved.