|
"WEBNMS_5 API Docs" | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adventnet.nms.jsp.LoadClassBean
public class LoadClassBean
| Constructor Summary | |
|---|---|
LoadClassBean()
|
|
| Method Summary | |
|---|---|
java.util.Hashtable |
getHashTable(javax.servlet.http.HttpServletRequest req)
Returns the all request parameters and their values in an java.util.Hashtable object if the parameter value is null ,it is replaced with an hyphen |
java.util.Vector |
getKeys(java.util.Hashtable prop)
Returns names of the parameters as a java.util.Vector object if the parameter value is null, it is replaced with an hyphen |
java.util.Vector |
getKeys(java.util.Properties prop)
Returns names of the parameters as a java.util.Properties object |
java.util.Vector |
getOrderData(java.util.Vector preference,
java.util.Vector data)
Used to get the order data |
java.util.Vector |
getPreferenceOrder(java.lang.String showorder)
Returns the preference order as a java.util.Vector object |
java.util.Properties |
getProperty(javax.servlet.http.HttpServletRequest req)
Populates and returns the java.util.Properties object with all the request parameters |
java.util.Properties |
getProperty(javax.servlet.http.HttpServletRequest req,
java.util.Hashtable params)
Populates and returns the java.util.Properties object with all the request parameters |
java.util.Properties |
getProperty(java.lang.String buffer)
Returns the attributes and values as java.util.Properties object |
java.util.Vector |
getValues(java.util.Properties prop)
Returns names of the parameters as a java.util.Vector object |
void |
init(javax.servlet.http.HttpServletRequest req)
To store the login time |
java.util.Hashtable |
validate(java.util.Hashtable prop)
Used to validate the request parameters. |
java.util.Properties |
validate(java.util.Properties prop)
Used to validate the request parameters. |
java.util.Vector |
validate(java.util.Vector prop)
Used to validate the request parameters. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LoadClassBean()
| Method Detail |
|---|
public void init(javax.servlet.http.HttpServletRequest req)
req - the javax.servlet.HttpServletRequest objectpublic java.util.Properties getProperty(javax.servlet.http.HttpServletRequest req)
req - the javax.servlet.HttpServletRequest object
public java.util.Properties getProperty(javax.servlet.http.HttpServletRequest req,
java.util.Hashtable params)
req - the javax.servlet.HttpServletRequest objectparams - the java.util.Hashtable object
public java.util.Properties validate(java.util.Properties prop)
prop - the java.util.Properties object
public java.util.Hashtable validate(java.util.Hashtable prop)
prop - the java.util.Hashtable object containing all the parameter names and their values
public java.util.Hashtable getHashTable(javax.servlet.http.HttpServletRequest req)
req - the javax.servlet.HttpServletRequest object
public java.util.Vector validate(java.util.Vector prop)
prop - the java.util.Vector object
public java.util.Vector getKeys(java.util.Hashtable prop)
prop - the java.util.Hashtable object
public java.util.Vector getKeys(java.util.Properties prop)
prop - the java.util.Properties object
public java.util.Vector getValues(java.util.Properties prop)
prop - the java.util.Properties object
public java.util.Properties getProperty(java.lang.String buffer)
buffer - java.lang.String object which contains the attributes
and values
public java.util.Vector getPreferenceOrder(java.lang.String showorder)
showorder - the java.lang.String object
public java.util.Vector getOrderData(java.util.Vector preference,
java.util.Vector data)
preference - the java.util.Vector object containing the preferencesdata - the java.util.Vector object containing the data
|
"WEBNMS_5 API Docs" | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||