public class SessionChecker extends AbstractObjectChecker
IObjectChecker that returns a failure
result when the checked object is a Session.
Keeping a reference to the session instance in the component tree is an error.IObjectChecker.Result| Constructor and Description |
|---|
SessionChecker() |
| Modifier and Type | Method and Description |
|---|---|
IObjectChecker.Result |
doCheck(Object obj)
The implementations should make the specific check on the object.
|
check, getExclusionspublic IObjectChecker.Result doCheck(Object obj)
AbstractObjectCheckerdoCheck in class AbstractObjectCheckerobj - the object to checkresult of the specific checkCopyright © 2006–2021 Apache Software Foundation. All rights reserved.