|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.faces.bridge.RequestAttributeInspectorWrapper
public abstract class RequestAttributeInspectorWrapper
| Constructor Summary | |
|---|---|
RequestAttributeInspectorWrapper()
|
|
| Method Summary | |
|---|---|
boolean |
containsExcludedNamespace(String name)
Determines whether or not a request attribute is to be excluded from the bridge request scope because the specified name name starts with a particular sequence of characters (a namespace). |
abstract RequestAttributeInspector |
getWrapped()
|
boolean |
isExcludedByAnnotation(String name,
Object value)
Determines whether or not a request attribute is to be excluded from the bridge request scope because the specified value is an instance of a class annotated with ExcludeFromManagedRequestScope. |
boolean |
isExcludedByConfig(String name,
Object value)
Determines whether or not a request attribute is to be excluded from the bridge request scope because the specified name appears in the bridge:excluded-attributes element within the faces-config.xml
descriptor. |
boolean |
isExcludedByPreExisting(String name,
Object value)
Determines whether or not a request attribute is to be excluded from the bridge request scope because the specified name matches the name of a request attribute that existed before the bridge acquired the FacesContext. |
boolean |
isExcludedByType(String name,
Object value)
Determines whether or not a request attribute is to be excluded from the bridge request scope because the specified value is an instance of a particular class such as those listed in Section 5.1.2 of the Bridge Specification. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RequestAttributeInspectorWrapper()
| Method Detail |
|---|
public abstract RequestAttributeInspector getWrapped()
getWrapped in interface javax.faces.FacesWrapper<RequestAttributeInspector>public boolean containsExcludedNamespace(String name)
RequestAttributeInspector
containsExcludedNamespace in interface RequestAttributeInspectorname - The request attribute name.
true. Otherwise, the
return value is false.
public boolean isExcludedByAnnotation(String name,
Object value)
RequestAttributeInspectorExcludeFromManagedRequestScope.
isExcludedByAnnotation in interface RequestAttributeInspectorname - The request attribute name.value - The request attribute value.
true. Otherwise, the
return value is false.
public boolean isExcludedByConfig(String name,
Object value)
RequestAttributeInspectorbridge:excluded-attributes element within the faces-config.xml
descriptor.
isExcludedByConfig in interface RequestAttributeInspectorname - The request attribute name.value - The request attribute value.
true. Otherwise, the
return value is false.
public boolean isExcludedByPreExisting(String name,
Object value)
RequestAttributeInspectorFacesContext.
isExcludedByPreExisting in interface RequestAttributeInspectorname - The request attribute name.value - The request attribute value.
true. Otherwise, the
return value is false.
public boolean isExcludedByType(String name,
Object value)
RequestAttributeInspector
isExcludedByType in interface RequestAttributeInspectorname - The request attribute name.value - The request attribute value.
true. Otherwise, the
return value is false.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||