|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nitido.nimbox.http.HttpNimletOutput
public class HttpNimletOutput
This class implements the NimletOutput interface.
Constructor Summary | |
---|---|
HttpNimletOutput()
This method instantiates a new NimletOutput with an empty set of paramters. |
|
HttpNimletOutput(java.util.HashMap outValues)
This method instantiates a new NimletOutput with its paramters initialized to the contents of the given HashMap. |
Method Summary | |
---|---|
void |
addValueForKey(java.lang.String key,
java.lang.Object value)
This method add the given object to the given key. |
java.util.Vector |
getAllValuesForKey(java.lang.String key)
This method returns all the objects that are associated to the given key. |
java.lang.String[] |
getKeys()
This method return all the keys stored in this NimletOutput. |
java.util.HashMap |
getOutValues()
This method returns the actual HashMap used to store the Nimlet output parameters. |
java.lang.String |
getSkinName()
This method returns the skin name to be dispatched by the NimletContainer. |
java.lang.Object |
getValueForKey(java.lang.String key)
This method returns the first object associated with the given key. |
void |
removeAllValuesForKey(java.lang.String key)
This method removes all the objects that are associated with the given key. |
void |
removeValueForKey(java.lang.String key,
java.lang.Object value)
This method removes the given object from the given key. |
void |
replaceValueForKey(java.lang.String key,
java.lang.Object value)
This method replaces all existing values associated to the given key with the given object. |
void |
setSkinName(java.lang.String skinName)
This method sets the skin name to be dispatched by the NimletContainer |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HttpNimletOutput()
public HttpNimletOutput(java.util.HashMap outValues)
outValues
- The set of name/value pairs to be included in this
NimletOutput.Method Detail |
---|
public java.util.HashMap getOutValues()
public java.lang.Object getValueForKey(java.lang.String key)
NimletOutput
getValueForKey
in interface NimletOutput
key
- The key of the requested object. This parameter cannot be
null.
public java.util.Vector getAllValuesForKey(java.lang.String key)
NimletOutput
getAllValuesForKey
in interface NimletOutput
key
- The key of the requested object. This parameter cannot be
null.
public java.lang.String[] getKeys()
NimletOutput
getKeys
in interface NimletOutput
public void addValueForKey(java.lang.String key, java.lang.Object value)
NimletOutput
addValueForKey
in interface NimletOutput
key
- The key used to store the given object. This
parameter cannot be null.value
- The object to be associated with the given key. This
parameter cannot be null.public void replaceValueForKey(java.lang.String key, java.lang.Object value)
NimletOutput
replaceValueForKey
in interface NimletOutput
key
- The key used to store the given object. This
parameter cannot be null.value
- The object to be associated with the given key. This
parameter cannot be null.public void removeValueForKey(java.lang.String key, java.lang.Object value)
NimletOutput
removeValueForKey
in interface NimletOutput
key
- The key under which the given object is stored. This
parameter cannot be null.value
- The object to be removed from the input map. If this
parameter is null, this method removes all the objects that
are associated with the given key.public void removeAllValuesForKey(java.lang.String key)
NimletOutput
removeAllValuesForKey
in interface NimletOutput
key
- The key of all the objects to be removed from this
NimletOutput. This parameter cannot be null.public java.lang.String getSkinName()
NimletOutput
getSkinName
in interface NimletOutput
public void setSkinName(java.lang.String skinName)
NimletOutput
setSkinName
in interface NimletOutput
skinName
- The skin name to be dispatched by the NimletContainer.
|
Nitido NiM 2.5 Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1999-2009 Nitido Inc. Proprietary and Confidential. All Rights Reserved.