|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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<String> |
PropertyType.SCRIPT
Script. |
static PropertyType<String> |
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 | ||
|---|---|---|
|
PropertyMap.addValue(PropertyType<T> property,
T value)
|
|
|
PropertyMap.addValues(PropertyType<T> property,
Iterable<? extends T> values)
|
|
|
PropertyMap.addValues(PropertyType<T> property,
T... values)
|
|
|
PropertyMap.contains(PropertyType<T> property)
|
|
|
PropertyMap.getValue(PropertyType<T> property)
|
|
|
PropertyMap.getValues(PropertyType<T> property)
|
|
|
PropertyMap.remove(PropertyType<T> property)
|
|
|
PropertyMap.setValue(PropertyType<T> property,
T value)
|
|
|
PropertyMap.setValues(PropertyType<T> property,
Iterable<? extends T> values)
|
|
|
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)
|
|
|
Response.with(PropertyType<T> propertyType,
T propertyValue)
Set a property, if the value is null, the property is removed. |
|
|
Response.View.with(PropertyType<T> propertyType,
T propertyValue)
|
|
|
Response.Redirect.with(PropertyType<T> propertyType,
T propertyValue)
|
|
|
Response.Content.with(PropertyType<T> propertyType,
T propertyValue)
|
|
|
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)
|
|
|
Response.without(PropertyType<T> propertyType)
Removes a property. |
|
|
Response.View.without(PropertyType<T> propertyType)
|
|
|
Response.Redirect.without(PropertyType<T> propertyType)
|
|
|
Response.Content.without(PropertyType<T> propertyType)
|
|
|
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 | ||
|---|---|---|
|
RequestContext.getProperty(PropertyType<T> propertyType)
|
|
|
Dispatch.setProperty(PropertyType<T> propertyType,
T propertyValue)
Set or clear a property of the URL. |
|
|
Phase.Action.Dispatch.setProperty(PropertyType<T> propertyType,
T propertyValue)
|
|
|
Phase.View.Dispatch.setProperty(PropertyType<T> propertyType,
T propertyValue)
|
|
|
Phase.Resource.Dispatch.setProperty(PropertyType<T> propertyType,
T propertyValue)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||