API Overview
API Index
Package Overview
Direct link to this page
JavaOnTracks 0.1.2
net.jot.web.flowparams.
JOTParamBase
View Source
Author(s)
thibautc
Since
Version
Serial
Hierarchy
Object
JOTParamBase
Implements
Subclasses
See DIRECT subclasses
Quick Links:
Constructors
Methods
Fields
NestedClasses
Description
public
class JOTParamBase
Object reprensenting the parameters of a flow Directive.
See also:
Constructors
public
JOTParamBase
(
int
lineNumber,
int
type,
String
param1)
public
JOTParamBase
(
int
lineNumber,
int
type,
String
params)
public
JOTParamBase
(
int
lineNumber,
int
type,
String
param1,
String
param2)
Methods
Hide/Show inherited methods
public
String
getIfResultValue
()
public
int
getLineNumber
()
public
String
getParams
()
public
int
getType
()
public
boolean
isIfResultCheckIfTrue
()
public
void
setIfResult
(
String
value,
boolean
checkIfTrue)
public
void
validate
() throws
Exception
Fields
Hide/Show inherited fields
public
final
static
int
FLOW_PARAM_CALL
= "1"
public
final
static
int
FLOW_PARAM_CONTINUE_TO
= "9"
public
final
static
int
FLOW_PARAM_NONE
= "0"
public
final
static
int
FLOW_PARAM_PROCESS_FORM
= "8"
public
final
static
int
FLOW_PARAM_REDIRECT_TO
= "3"
public
final
static
int
FLOW_PARAM_RENDER_PAGE
= "4"
public
final
static
int
FLOW_PARAM_RENDER_STATIC_PAGE
= "5"
public
final
static
int
fLOW_PARAM_RETURN_TO_MARKER
= "2"
public
final
static
int
FLOW_PARAM_SET_MARKER
= "6"
pack-private
boolean
ifResultCheckIfTrue
pack-private
String
ifResultValue
pack-private
String
params
pack-private
int
type
Nested Classes
Generated By:
JavaOnTracks Doclet
0.1.5 ©Thibaut Colar