au.com.whitesquare.waf.servlet
Class WAFRequest
java.lang.Object
au.com.whitesquare.waf.servlet.WAFRequest
- All Implemented Interfaces:
- Map
- public class WAFRequest
- extends Object
- implements Map
Last Modified $Date: 2005/08/16 06:15:50 $
- Version:
- $Revision: 1.4 $
- Author:
- Steve Mactaggart
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WAFRequest
public WAFRequest()
setContext
public void setContext(String cont)
getContextCount
public int getContextCount()
getContext
public String getContext(int i)
getCommandKey
public String getCommandKey()
- Returns:
- Returns the commandKey.
setCommandKey
public void setCommandKey(String commandKey)
- Parameters:
commandKey - The commandKey to set.
get
public Object get(Object val)
- Specified by:
get in interface Map
setSession
public void setSession(HttpSession session)
- Parameters:
session -
getSession
public HttpSession getSession()
setRequest
public void setRequest(HttpServletRequest req)
- Parameters:
req -
getRequest
public HttpServletRequest getRequest()
setResponse
public void setResponse(HttpServletResponse resp)
getResponse
public HttpServletResponse getResponse()
clear
public void clear()
- Specified by:
clear in interface Map
size
public int size()
- Specified by:
size in interface Map
- See Also:
Map.size()
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty in interface Map
- See Also:
Map.isEmpty()
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKey in interface Map
- See Also:
Map.containsKey(java.lang.Object)
containsValue
public boolean containsValue(Object value)
- Specified by:
containsValue in interface Map
- See Also:
Map.containsValue(java.lang.Object)
put
public Object put(Object key,
Object value)
- Specified by:
put in interface Map
- See Also:
Map.put(java.lang.Object, java.lang.Object)
remove
public Object remove(Object key)
- Specified by:
remove in interface Map
- See Also:
Map.remove(java.lang.Object)
putAll
public void putAll(Map t)
- Specified by:
putAll in interface Map
- See Also:
Map.putAll(java.util.Map)
keySet
public Set keySet()
- Specified by:
keySet in interface Map
- See Also:
Map.keySet()
values
public Collection values()
- Specified by:
values in interface Map
- See Also:
Map.values()
entrySet
public Set entrySet()
- Specified by:
entrySet in interface Map
- See Also:
Map.entrySet()
Copyright © 2004 Whitesquare Software. All Rights Reserved.