org.apache.tiles.request.servlet.extractor
Class SessionScopeExtractor
java.lang.Object
org.apache.tiles.request.servlet.extractor.SessionScopeExtractor
- All Implemented Interfaces:
- Addable<Object>, AttributeExtractor, HasAddableKeys<Object>, HasKeys<Object>, HasRemovableKeys<Object>
public class SessionScopeExtractor
- extends Object
- implements AttributeExtractor
Extract attributes from session scope.
- Version:
- $Rev: 1199216 $ $Date: 2011-11-08 07:25:24 -0500 (Tue, 08 Nov 2011) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SessionScopeExtractor
public SessionScopeExtractor(javax.servlet.http.HttpServletRequest request)
- Constructor.
- Parameters:
request - The servlet request.
setValue
public void setValue(String name,
Object value)
- Specified by:
setValue in interface Addable<Object>
removeValue
public void removeValue(String name)
- Specified by:
removeValue in interface HasRemovableKeys<Object>
getKeys
public Enumeration<String> getKeys()
- Specified by:
getKeys in interface HasKeys<Object>
getValue
public Object getValue(String key)
- Specified by:
getValue in interface HasKeys<Object>
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.