Liferay 6.2-ce-ga5

com.liferay.portal.kernel.util
Class StringPool

java.lang.Object
  extended by com.liferay.portal.kernel.util.StringPool

public class StringPool
extends Object


Field Summary
static String AMPERSAND
           
static String AMPERSAND_ENCODED
           
static String APOSTROPHE
           
static String[] ASCII_TABLE
           
static String AT
           
static String BACK_SLASH
           
static String BETWEEN
           
static String BLANK
           
static String CARET
           
static String CDATA_CLOSE
           
static String CDATA_OPEN
           
static String CLOSE_BRACKET
           
static String CLOSE_CURLY_BRACE
           
static String CLOSE_PARENTHESIS
           
static String COLON
           
static String COMMA
           
static String COMMA_AND_SPACE
           
static String CONTENT
           
static String DASH
           
static String DEFAULT_CHARSET_NAME
           
static String DOLLAR
           
static String DOLLAR_AND_OPEN_CURLY_BRACE
           
static String DOUBLE_APOSTROPHE
           
static String DOUBLE_BACK_SLASH
           
static String DOUBLE_CLOSE_BRACKET
           
static String DOUBLE_CLOSE_CURLY_BRACE
           
static String DOUBLE_DASH
           
static String DOUBLE_OPEN_BRACKET
           
static String DOUBLE_OPEN_CURLY_BRACE
           
static String DOUBLE_PERIOD
           
static String DOUBLE_QUOTE
           
static String DOUBLE_SLASH
           
static String DOUBLE_SPACE
           
static String DOUBLE_UNDERLINE
           
static String[] EMPTY_ARRAY
           
static String EQUAL
           
static String EXCLAMATION
           
static String FALSE
           
static String FORWARD_SLASH
           
static String FOUR_SPACES
           
static String GRAVE_ACCENT
           
static String GREATER_THAN
           
static String GREATER_THAN_OR_EQUAL
           
static String INVERTED_EXCLAMATION
           
static String INVERTED_QUESTION
           
static String IS_NOT_NULL
           
static String IS_NULL
           
static String ISO_8859_1
           
static String LAQUO
           
static String LESS_THAN
           
static String LESS_THAN_OR_EQUAL
           
static String LIKE
           
static String MINUS
           
static String NBSP
           
static String NEW_LINE
           
static String NOT_EQUAL
           
static String NOT_LIKE
           
static String NULL
           
static String NULL_CHAR
           
static String OPEN_BRACKET
           
static String OPEN_CURLY_BRACE
           
static String OPEN_PARENTHESIS
           
static String OS_EOL
           
static String PERCENT
           
static String PERIOD
           
static String PIPE
           
static String PLUS
           
static String POUND
           
static String PRIME
           
static String QUESTION
           
static String QUOTE
           
static String RAQUO
           
static String RETURN
           
static String RETURN_NEW_LINE
           
static String SEMICOLON
           
static String SLASH
           
static String SPACE
           
static String STAR
           
static String TAB
           
static String THREE_SPACES
           
static String TILDE
           
static String TRIPLE_PERIOD
           
static String TRUE
           
static String UNDERLINE
           
static String UTC
           
static String UTF8
           
 
Constructor Summary
StringPool()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AMPERSAND

public static final String AMPERSAND
See Also:
Constant Field Values

AMPERSAND_ENCODED

public static final String AMPERSAND_ENCODED
See Also:
Constant Field Values

APOSTROPHE

public static final String APOSTROPHE
See Also:
Constant Field Values

ASCII_TABLE

public static final String[] ASCII_TABLE

AT

public static final String AT
See Also:
Constant Field Values

BACK_SLASH

public static final String BACK_SLASH
See Also:
Constant Field Values

BETWEEN

public static final String BETWEEN
See Also:
Constant Field Values

BLANK

public static final String BLANK
See Also:
Constant Field Values

CARET

public static final String CARET
See Also:
Constant Field Values

CDATA_CLOSE

public static final String CDATA_CLOSE
See Also:
Constant Field Values

CDATA_OPEN

public static final String CDATA_OPEN
See Also:
Constant Field Values

CLOSE_BRACKET

public static final String CLOSE_BRACKET
See Also:
Constant Field Values

CLOSE_CURLY_BRACE

public static final String CLOSE_CURLY_BRACE
See Also:
Constant Field Values

CLOSE_PARENTHESIS

public static final String CLOSE_PARENTHESIS
See Also:
Constant Field Values

COLON

public static final String COLON
See Also:
Constant Field Values

COMMA

public static final String COMMA
See Also:
Constant Field Values

COMMA_AND_SPACE

public static final String COMMA_AND_SPACE
See Also:
Constant Field Values

CONTENT

public static final String CONTENT
See Also:
Constant Field Values

DASH

public static final String DASH
See Also:
Constant Field Values

DEFAULT_CHARSET_NAME

public static final String DEFAULT_CHARSET_NAME

DOLLAR

public static final String DOLLAR
See Also:
Constant Field Values

DOLLAR_AND_OPEN_CURLY_BRACE

public static final String DOLLAR_AND_OPEN_CURLY_BRACE
See Also:
Constant Field Values

DOUBLE_APOSTROPHE

public static final String DOUBLE_APOSTROPHE
See Also:
Constant Field Values

DOUBLE_BACK_SLASH

public static final String DOUBLE_BACK_SLASH
See Also:
Constant Field Values

DOUBLE_CLOSE_BRACKET

public static final String DOUBLE_CLOSE_BRACKET
See Also:
Constant Field Values

DOUBLE_CLOSE_CURLY_BRACE

public static final String DOUBLE_CLOSE_CURLY_BRACE
See Also:
Constant Field Values

DOUBLE_DASH

public static final String DOUBLE_DASH
See Also:
Constant Field Values

DOUBLE_OPEN_BRACKET

public static final String DOUBLE_OPEN_BRACKET
See Also:
Constant Field Values

DOUBLE_OPEN_CURLY_BRACE

public static final String DOUBLE_OPEN_CURLY_BRACE
See Also:
Constant Field Values

DOUBLE_PERIOD

public static final String DOUBLE_PERIOD
See Also:
Constant Field Values

DOUBLE_QUOTE

public static final String DOUBLE_QUOTE
See Also:
Constant Field Values

DOUBLE_SLASH

public static final String DOUBLE_SLASH
See Also:
Constant Field Values

DOUBLE_SPACE

public static final String DOUBLE_SPACE
See Also:
Constant Field Values

DOUBLE_UNDERLINE

public static final String DOUBLE_UNDERLINE
See Also:
Constant Field Values

EMPTY_ARRAY

public static final String[] EMPTY_ARRAY

EQUAL

public static final String EQUAL
See Also:
Constant Field Values

EXCLAMATION

public static final String EXCLAMATION
See Also:
Constant Field Values

FALSE

public static final String FALSE
See Also:
Constant Field Values

FORWARD_SLASH

public static final String FORWARD_SLASH
See Also:
Constant Field Values

FOUR_SPACES

public static final String FOUR_SPACES
See Also:
Constant Field Values

GRAVE_ACCENT

public static final String GRAVE_ACCENT
See Also:
Constant Field Values

GREATER_THAN

public static final String GREATER_THAN
See Also:
Constant Field Values

GREATER_THAN_OR_EQUAL

public static final String GREATER_THAN_OR_EQUAL
See Also:
Constant Field Values

INVERTED_EXCLAMATION

public static final String INVERTED_EXCLAMATION
See Also:
Constant Field Values

INVERTED_QUESTION

public static final String INVERTED_QUESTION
See Also:
Constant Field Values

IS_NOT_NULL

public static final String IS_NOT_NULL
See Also:
Constant Field Values

IS_NULL

public static final String IS_NULL
See Also:
Constant Field Values

ISO_8859_1

public static final String ISO_8859_1
See Also:
Constant Field Values

LAQUO

public static final String LAQUO
See Also:
Constant Field Values

LESS_THAN

public static final String LESS_THAN
See Also:
Constant Field Values

LESS_THAN_OR_EQUAL

public static final String LESS_THAN_OR_EQUAL
See Also:
Constant Field Values

LIKE

public static final String LIKE
See Also:
Constant Field Values

MINUS

public static final String MINUS
See Also:
Constant Field Values

NBSP

public static final String NBSP
See Also:
Constant Field Values

NEW_LINE

public static final String NEW_LINE
See Also:
Constant Field Values

NOT_EQUAL

public static final String NOT_EQUAL
See Also:
Constant Field Values

NOT_LIKE

public static final String NOT_LIKE
See Also:
Constant Field Values

NULL

public static final String NULL
See Also:
Constant Field Values

NULL_CHAR

public static final String NULL_CHAR
See Also:
Constant Field Values

OPEN_BRACKET

public static final String OPEN_BRACKET
See Also:
Constant Field Values

OPEN_CURLY_BRACE

public static final String OPEN_CURLY_BRACE
See Also:
Constant Field Values

OPEN_PARENTHESIS

public static final String OPEN_PARENTHESIS
See Also:
Constant Field Values

OS_EOL

public static final String OS_EOL

PERCENT

public static final String PERCENT
See Also:
Constant Field Values

PERIOD

public static final String PERIOD
See Also:
Constant Field Values

PIPE

public static final String PIPE
See Also:
Constant Field Values

PLUS

public static final String PLUS
See Also:
Constant Field Values

POUND

public static final String POUND
See Also:
Constant Field Values

PRIME

public static final String PRIME
See Also:
Constant Field Values

QUESTION

public static final String QUESTION
See Also:
Constant Field Values

QUOTE

public static final String QUOTE
See Also:
Constant Field Values

RAQUO

public static final String RAQUO
See Also:
Constant Field Values

RETURN

public static final String RETURN
See Also:
Constant Field Values

RETURN_NEW_LINE

public static final String RETURN_NEW_LINE
See Also:
Constant Field Values

SEMICOLON

public static final String SEMICOLON
See Also:
Constant Field Values

SLASH

public static final String SLASH
See Also:
Constant Field Values

SPACE

public static final String SPACE
See Also:
Constant Field Values

STAR

public static final String STAR
See Also:
Constant Field Values

TAB

public static final String TAB
See Also:
Constant Field Values

THREE_SPACES

public static final String THREE_SPACES
See Also:
Constant Field Values

TILDE

public static final String TILDE
See Also:
Constant Field Values

TRIPLE_PERIOD

public static final String TRIPLE_PERIOD
See Also:
Constant Field Values

TRUE

public static final String TRUE
See Also:
Constant Field Values

UNDERLINE

public static final String UNDERLINE
See Also:
Constant Field Values

UTC

public static final String UTC
See Also:
Constant Field Values

UTF8

public static final String UTF8
See Also:
Constant Field Values
Constructor Detail

StringPool

public StringPool()

Liferay 6.2-ce-ga5