|
||||||||||
| 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<Boolean> |
ESCAPE_XML
Escape XML. |
static PropertyType<Map.Entry<String,String[]>> |
HEADER
Header. |
static PropertyType<Map.Entry<String,String>> |
META_TAG
Header. |
static PropertyType<String> |
MIME_TYPE
Mime type. |
static PropertyType<String> |
PATH
Path. |
static PropertyType<Boolean> |
REDIRECT_AFTER_ACTION
Redirect after action. |
static PropertyType<String> |
SCRIPT
Script. |
static PropertyType<String> |
STYLESHEET
Stylesheet. |
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> SCRIPT
public static PropertyType<String> STYLESHEET
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<Map.Entry<String,String>> META_TAG
public static PropertyType<String> MIME_TYPE
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 | |||||||||