|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
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)
|
|
|
URLBuilder.setProperty(PropertyType<T> propertyType,
T propertyValue)
Set or clear a property of the URL. |
|
|
PropertyMap.setValue(PropertyType<T> property,
T value)
|
|
|
PropertyMap.setValues(PropertyType<T> property,
Iterable<? extends T> values)
|
|
|
PropertyMap.setValues(PropertyType<T> property,
T... values)
|
|
|
Response.with(PropertyType<T> propertyType,
T propertyValue)
Set a property, if the value is null, the property is removed. |
|
|
Response.Update.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)
|
|
| 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 | ||
|---|---|---|
|
RequestContext.getProperty(PropertyType<T> propertyType)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||