|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TupleTag
A top level tag which cretes an AIDA ITuple
.
Method Summary | |
---|---|
void |
setQuery(Object query)
Set the query to transform into an ITuple . |
void |
setScope(String scope)
Set the scope of the output variable. |
void |
setVar(String var)
Set the name of the output variable for the ITuple . |
Method Detail |
---|
void setVar(String var)
ITuple
. This is a
required attribute. If the scope is not specified (see
setScope(String)
) then the ITuple
will be stored in
page
scope.
var
- the name of the output variablesetScope(String)
void setScope(String scope)
page
,request
,
session
or application
. The default is
page
.
scope
- scope of the output variablesetVar(String)
void setQuery(Object query)
ITuple
. This can be an
instance of ResultSet
,Result
or the name of a variable
in a JSP scope holding an ResultSet
.
query
- the query to transform into an ITuple
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |