public class ApplicationScopeExtractor extends Object implements AttributeExtractor
| Constructor and Description | 
|---|
| ApplicationScopeExtractor(javax.portlet.PortletContext context)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 ApplicationScopeExtractor(javax.portlet.PortletContext context)
context - The portlet context.public void removeValue(String name)
removeValue in interface HasRemovableKeys<Object>public Enumeration<String> getKeys()
Copyright © 2000–2025 Apache Software Foundation. All rights reserved.