public class SessionScopeExtractor extends Object implements AttributeExtractor
| Constructor and Description | 
|---|
| SessionScopeExtractor(javax.portlet.PortletRequest request,
                     int scope)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| Enumeration<String> | getKeys() | 
| Object | getValue(String key) | 
| void | removeValue(String name) | 
| void | setValue(String name,
        Object value) | 
public SessionScopeExtractor(javax.portlet.PortletRequest request,
                             int scope)
request - The request.scope - The subscope (application or portlet).public void removeValue(String name)
removeValue in interface HasRemovableKeys<Object>public Enumeration<String> getKeys()
Copyright © 2000–2025 Apache Software Foundation. All rights reserved.