|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
static final java.lang.String UPLOADED_FILES
Method Detail |
---|
java.lang.Object getValueForKey(java.lang.String key)
key
- The key associated to the requested value. This parameter
cannot be null.
java.util.Vector getAllValuesForKey(java.lang.String key)
key
- The key associated to the requested values. This parameter
cannot be null.
java.lang.String[] getKeys()
NimletContainer getNimletContainer()
|
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.