|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RequestAttributeInspector
| 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). |
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. |
| Method Detail |
|---|
boolean containsExcludedNamespace(String name)
name - The request attribute name.
true. Otherwise, the
return value is false.
boolean isExcludedByAnnotation(String name,
Object value)
ExcludeFromManagedRequestScope.
name - The request attribute name.value - The request attribute value.
true. Otherwise, the
return value is false.
boolean isExcludedByConfig(String name,
Object value)
bridge:excluded-attributes element within the faces-config.xml
descriptor.
name - The request attribute name.value - The request attribute value.
true. Otherwise, the
return value is false.
boolean isExcludedByPreExisting(String name,
Object value)
FacesContext.
name - The request attribute name.value - The request attribute value.
true. Otherwise, the
return value is false.
boolean isExcludedByType(String name,
Object value)
name - 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 | |||||||||