br.com.ibnetwork.guara.view.impl
Class ContextImpl
java.lang.Object
br.com.ibnetwork.guara.view.impl.ContextImpl
- All Implemented Interfaces:
- Context
public class ContextImpl
- extends java.lang.Object
- implements Context
- Author:
- leandro
Method Summary |
void |
clear()
|
boolean |
contains(java.lang.String key)
|
void |
delete(java.lang.String key)
|
java.lang.Object |
get(java.lang.String key)
|
java.util.Set |
getKeys()
|
java.util.Map |
getMap()
|
int |
getSize()
|
void |
put(java.lang.String key,
java.lang.Object value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextImpl
public ContextImpl(int size)
getMap
public java.util.Map getMap()
- Specified by:
getMap
in interface Context
put
public void put(java.lang.String key,
java.lang.Object value)
- Specified by:
put
in interface Context
delete
public void delete(java.lang.String key)
- Specified by:
delete
in interface Context
contains
public boolean contains(java.lang.String key)
- Specified by:
contains
in interface Context
get
public java.lang.Object get(java.lang.String key)
- Specified by:
get
in interface Context
clear
public void clear()
- Specified by:
clear
in interface Context
getKeys
public java.util.Set getKeys()
- Specified by:
getKeys
in interface Context
getSize
public int getSize()
- Specified by:
getSize
in interface Context
Copyright © 1999-2006 InterBusiness Technologies. All Rights Reserved.