public class ScopeExtractor extends Object implements AttributeExtractor
JspContext.| Constructor and Description | 
|---|
| ScopeExtractor(javax.servlet.jsp.JspContext context,
              int scope)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| Enumeration<String> | getKeys()The enumeration of the keys of the stored attributes. | 
| Object | getValue(String key)Returns the value of the attribute with the given key. | 
| void | removeValue(String name)Removes an attribute. | 
| void | setValue(String key,
        Object value)Sets a value for the given key. | 
public ScopeExtractor(javax.servlet.jsp.JspContext context,
                      int scope)
context - The JSP context.scope - The scope number.public void removeValue(String name)
HasRemovableKeysremoveValue in interface HasRemovableKeys<Object>name - The key of the attribute to remove.public Enumeration<String> getKeys()
HasKeyspublic Object getValue(String key)
HasKeysCopyright © 2000–2025 Apache Software Foundation. All rights reserved.