| java.lang.Object org.apache.commons.jxpath.servlet.PageScopeContext
PageScopeContext | public class PageScopeContext (Code) | | A lightweight wrapper for PageContext that restricts access
to attributes of the "page" scope. This object is needed so that
XPath "foo" would lookup the attribute "foo" in all scopes, while
"$page/foo" would only look in the "page" scope.
author: Dmitri Plotnikov version: $Revision: 1.5 $ $Date: 2004/02/29 14:17:40 $ |
getAttributeNames | public Enumeration getAttributeNames()(Code) | | Returns attributes of the pageContext declared in the "page" scope.
|
|
|