|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjuzu.PropertyType<T>
T - the property generic typepublic abstract class PropertyType<T>
A property type describe a property associated with a generic type for providing type safetyness when dealing with properties.
| Field Summary | |
|---|---|
static PropertyType<String> |
ASSET
Stylesheet. |
static PropertyType<Charset> |
ENCODING
Charset. |
static PropertyType<Boolean> |
ESCAPE_XML
Escape XML. |
static PropertyType<Map.Entry<String,String[]>> |
HEADER
Header response. |
static PropertyType<Element> |
HEADER_TAG
Header tag. |
static PropertyType<Map.Entry<String,String>> |
META_HTTP_EQUIV
Http-equiv meta tag. |
static PropertyType<Map.Entry<String,String>> |
META_TAG
Named meta tag . |
static PropertyType<String> |
MIME_TYPE
Mime type. |
static PropertyType<String> |
PATH
Path. |
static PropertyType<Boolean> |
REDIRECT_AFTER_ACTION
Redirect after action. |
static PropertyType<String> |
TITLE
Title. |
| Method Summary | |
|---|---|
T |
cast(Object o)
|
boolean |
equals(Object obj)
|
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static PropertyType<String> ASSET
public static PropertyType<String> TITLE
public static final PropertyType<String> PATH
public static final PropertyType<Boolean> REDIRECT_AFTER_ACTION
public static final PropertyType<Map.Entry<String,String[]>> HEADER
public static final PropertyType<Element> HEADER_TAG
public static final PropertyType<Map.Entry<String,String>> META_TAG
public static final PropertyType<Map.Entry<String,String>> META_HTTP_EQUIV
public static PropertyType<String> MIME_TYPE
public static PropertyType<Charset> ENCODING
public static PropertyType<Boolean> ESCAPE_XML
| Method Detail |
|---|
public final T cast(Object o)
public final boolean equals(Object obj)
equals in class Objectpublic final int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||