|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
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.Status |
Response.Status.with(PropertyType<Boolean> propertyType)
|
|
Response.Body |
Response.Body.with(PropertyType<Boolean> propertyType)
|
|
Response.Content |
Response.Content.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.Status.with(PropertyType<T> propertyType,
T propertyValue)
|
|
|
Response.Body.with(PropertyType<T> propertyType,
T propertyValue)
|
|
|
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)
|
|
|
Response.without(PropertyType<T> propertyType)
Removes a property. |
|
|
Response.View.without(PropertyType<T> propertyType)
|
|
|
Response.Redirect.without(PropertyType<T> propertyType)
|
|
|
Response.Status.without(PropertyType<T> propertyType)
|
|
|
Response.Body.without(PropertyType<T> propertyType)
|
|
|
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 | ||
|---|---|---|
|
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 | |||||||||