br.com.ibnetwork.guara.view.impl
Class ContextImpl

java.lang.Object
  extended by br.com.ibnetwork.guara.view.impl.ContextImpl
All Implemented Interfaces:
Context

public class ContextImpl
extends java.lang.Object
implements Context

Author:
leandro

Field Summary
 
Fields inherited from interface br.com.ibnetwork.guara.view.Context
DATA, OUTCOME, PAGE_INFO, PARAMETERS, SESSION
 
Constructor Summary
ContextImpl(int size)
           
 
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
 

Constructor Detail

ContextImpl

public ContextImpl(int size)
Method Detail

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.