com.liferay.faces.bridge.context
Enum IncongruityContextBaseImpl.IncongruousAction
java.lang.Object
java.lang.Enum<IncongruityContextBaseImpl.IncongruousAction>
com.liferay.faces.bridge.context.IncongruityContextBaseImpl.IncongruousAction
- All Implemented Interfaces:
- Serializable, Comparable<IncongruityContextBaseImpl.IncongruousAction>
- Enclosing class:
- IncongruityContextBaseImpl
protected static enum IncongruityContextBaseImpl.IncongruousAction
- extends Enum<IncongruityContextBaseImpl.IncongruousAction>
RESPONSE_FLUSH_BUFFER
public static final IncongruityContextBaseImpl.IncongruousAction RESPONSE_FLUSH_BUFFER
RESPONSE_RESET
public static final IncongruityContextBaseImpl.IncongruousAction RESPONSE_RESET
SET_REQUEST_CHARACTER_ENCODING
public static final IncongruityContextBaseImpl.IncongruousAction SET_REQUEST_CHARACTER_ENCODING
SET_RESPONSE_BUFFER_SIZE
public static final IncongruityContextBaseImpl.IncongruousAction SET_RESPONSE_BUFFER_SIZE
SET_RESPONSE_CHARACTER_ENCODING
public static final IncongruityContextBaseImpl.IncongruousAction SET_RESPONSE_CHARACTER_ENCODING
SET_RESPONSE_CONTENT_LENGTH
public static final IncongruityContextBaseImpl.IncongruousAction SET_RESPONSE_CONTENT_LENGTH
SET_RESPONSE_CONTENT_TYPE
public static final IncongruityContextBaseImpl.IncongruousAction SET_RESPONSE_CONTENT_TYPE
SET_RESPONSE_STATUS
public static final IncongruityContextBaseImpl.IncongruousAction SET_RESPONSE_STATUS
WRITE_RESPONSE_OUTPUT_WRITER
public static final IncongruityContextBaseImpl.IncongruousAction WRITE_RESPONSE_OUTPUT_WRITER
WRITE_RESPONSE_OUTPUT_STREAM
public static final IncongruityContextBaseImpl.IncongruousAction WRITE_RESPONSE_OUTPUT_STREAM
values
public static IncongruityContextBaseImpl.IncongruousAction[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (IncongruityContextBaseImpl.IncongruousAction c : IncongruityContextBaseImpl.IncongruousAction.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static IncongruityContextBaseImpl.IncongruousAction valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
Copyright © 2014 Liferay, Inc.. All Rights Reserved.