T
- the property generic typepublic abstract class PropertyType<T> extends Object
Modifier and Type | Field and Description |
---|---|
static PropertyType<Charset> |
CHARSET
Charset.
|
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.
|
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<Charset> CHARSET
public static PropertyType<Boolean> ESCAPE_XML
Copyright © 2013 eXo Platform SAS. All Rights Reserved.