|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.spy.SpyObject
net.spy.jwebkit.struts.DBSPAction.Parameter
public static final class DBSPAction.Parameter
| Constructor Summary | |
|---|---|
DBSPAction.Parameter(int t,
java.lang.String name,
java.lang.String v)
Get a Parameter by type and name. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Get the name of this paramter. |
java.lang.String |
getParam()
Get the parameter as will need to be constructed for a URL parameter. |
int |
getType()
Get the JDBC type of this argument. |
java.lang.String |
getValue()
Get the value of this parameter. |
java.lang.String |
toString()
String me. |
| Methods inherited from class net.spy.SpyObject |
|---|
getLogger |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DBSPAction.Parameter(int t,
java.lang.String name,
java.lang.String v)
t - the JDBC typename - the name of the parameterv - the value of this parameter| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic int getType()
public java.lang.String getName()
public java.lang.String getValue()
public java.lang.String getParam()
throws javax.servlet.ServletException
javax.servlet.ServletException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||