org.apache.cocoon.portal.tools.userManagement
Class ContextItem

java.lang.Object
  extended by org.apache.cocoon.portal.tools.userManagement.ContextItem

public class ContextItem
extends Object

Capsule a key and its value of an user context

Version:
CVS $Id: ContextItem.html 1304258 2012-03-23 10:09:27Z ilgrosso $

Constructor Summary
ContextItem(String key, String value)
           
 
Method Summary
 String getKey()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextItem

public ContextItem(String key,
                   String value)
Method Detail

getKey

public String getKey()

getValue

public String getValue()


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.