Nitido Inc.

com.nitido.nim
Interface NimletInput

All Known Implementing Classes:
HttpNimletInput

public interface NimletInput

The NimletInput is a data container with all the input data for a Nimlet.


Field Summary
static java.lang.String UPLOADED_FILES
          Key used to store/retrieve the reference to the Vector of uploaded files.
 
Method Summary
 java.util.Vector getAllValuesForKey(java.lang.String key)
          This method returns all the values associated to the given key.
 java.lang.String[] getKeys()
          This method returns all the available keys in the NimletInput.
 NimletContainer getNimletContainer()
          This method returns a reference to the NimletContainer.
 java.lang.Object getValueForKey(java.lang.String key)
          Get the first value associated to the given key.
 

Field Detail

UPLOADED_FILES

static final java.lang.String UPLOADED_FILES
Key used to store/retrieve the reference to the Vector of uploaded files.

See Also:
Constant Field Values
Method Detail

getValueForKey

java.lang.Object getValueForKey(java.lang.String key)
Get the first value associated to the given key. The exact order depends on the underlying Container Server implementation.

Parameters:
key - The key associated to the requested value. This parameter cannot be null.
Returns:
The object that is associated to the given key. If the key has no value associated to it, this method returns null.

getAllValuesForKey

java.util.Vector getAllValuesForKey(java.lang.String key)
This method returns all the values associated to the given key.

Parameters:
key - The key associated to the requested values. This parameter cannot be null.
Returns:
A Vector of all the objects that are associated to the given key. If the key has no objects associated to it, this method returns an empty Vector.

getKeys

java.lang.String[] getKeys()
This method returns all the available keys in the NimletInput.

Returns:
A String array of the keys in the NimletInput. This array is not sorted in any pre-defined order.

getNimletContainer

NimletContainer getNimletContainer()
This method returns a reference to the NimletContainer.

Returns:
Reference to the NimletContainer.

Nitido NiM 2.5 Java API

These JavaDoc pages are generated for release/nim_2_5-2.5.44

Copyright © 1999-2009 Nitido Inc.    Proprietary and Confidential.    All Rights Reserved.