au.com.whitesquare.waf.servlet
Class WAFRequest

java.lang.Object
  extended byau.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

Nested Class Summary
 
Nested classes inherited from class java.util.Map
Map.Entry
 
Constructor Summary
WAFRequest()
           
 
Method Summary
 void clear()
           
 boolean containsKey(Object key)
           
 boolean containsValue(Object value)
           
 Set entrySet()
           
 Object get(Object val)
           
 String getCommandKey()
           
 String getContext(int i)
           
 int getContextCount()
           
 HttpServletRequest getRequest()
           
 HttpServletResponse getResponse()
           
 HttpSession getSession()
           
 boolean isEmpty()
           
 Set keySet()
           
 Object put(Object key, Object value)
           
 void putAll(Map t)
           
 Object remove(Object key)
           
 void setCommandKey(String commandKey)
           
 void setContext(String cont)
           
 void setRequest(HttpServletRequest req)
           
 void setResponse(HttpServletResponse resp)
           
 void setSession(HttpSession session)
           
 int size()
           
 Collection values()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

WAFRequest

public WAFRequest()
Method Detail

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.