|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ServletFilterManager.FilterChainType>
org.apache.sling.engine.impl.filter.ServletFilterManager.FilterChainType
public static enum ServletFilterManager.FilterChainType
Enum Constant Summary | |
---|---|
COMPONENT
Indicates component level filters. |
|
ERROR
Indicates error level filters. |
|
FORWARD
Indicates forward level filters. |
|
INCLUDE
Indicates include level filters. |
|
REQUEST
Indicates request level filters. |
Method Summary | |
---|---|
String |
toString()
|
static ServletFilterManager.FilterChainType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ServletFilterManager.FilterChainType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ServletFilterManager.FilterChainType REQUEST
EngineConstants.FILTER_SCOPE_REQUEST
public static final ServletFilterManager.FilterChainType ERROR
EngineConstants.FILTER_SCOPE_ERROR
public static final ServletFilterManager.FilterChainType INCLUDE
EngineConstants.FILTER_SCOPE_INCLUDE
public static final ServletFilterManager.FilterChainType FORWARD
EngineConstants.FILTER_SCOPE_FORWARD
public static final ServletFilterManager.FilterChainType COMPONENT
EngineConstants.FILTER_SCOPE_COMPONENT
Method Detail |
---|
public static ServletFilterManager.FilterChainType[] values()
for (ServletFilterManager.FilterChainType c : ServletFilterManager.FilterChainType.values()) System.out.println(c);
public static ServletFilterManager.FilterChainType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<ServletFilterManager.FilterChainType>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |