de.phleisch.app.itsucks.context
Class Context

java.lang.Object
  extended by de.phleisch.app.itsucks.context.Context
Direct Known Subclasses:
EventContext

public class Context
extends java.lang.Object


Constructor Summary
Context()
           
 
Method Summary
 java.lang.Object getContextParameter(java.lang.Object pKey)
           
 void putAllContextParameter(java.util.Map<java.lang.String,java.lang.Object> contextParameter)
           
 void setContextParameter(java.lang.Object pKey, java.lang.Object pValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Context

public Context()
Method Detail

setContextParameter

public void setContextParameter(java.lang.Object pKey,
                                java.lang.Object pValue)

getContextParameter

public java.lang.Object getContextParameter(java.lang.Object pKey)

putAllContextParameter

public void putAllContextParameter(java.util.Map<java.lang.String,java.lang.Object> contextParameter)


Copyright © 2010. All Rights Reserved.