API Overview
API Index
Package Overview
Direct link to this page
JavaOnTracks 0.1.2
net.jot.web.
JOTFlowDirective
View Source
Author(s)
thibautc
Since
Version
Serial
Hierarchy
Object
AbstractCollection
AbstractList
Vector
JOTFlowDirective
Implements
Subclasses
See DIRECT subclasses
Quick Links:
Constructors
Methods
Fields
NestedClasses
Description
public
class JOTFlowDirective
Object representation of a flow directive, from flow.conf
See also:
Constructors
public
JOTFlowDirective
(
int
lineNumber,
int
type,
String
args)
Methods
Hide/Show inherited methods
public
synchronized
boolean
add
(
E
arg0)
[Inherited From
Vector
]
public
void
add
(
int
arg0,
E
arg1)
[Inherited From
Vector
]
public
synchronized
boolean
addAll
(
Collection
<
Object
> arg0)
[Inherited From
Vector
]
public
synchronized
boolean
addAll
(
int
arg0,
Collection
<
Object
> arg1)
[Inherited From
Vector
]
public
synchronized
void
addElement
(
E
arg0)
[Inherited From
Vector
]
public
synchronized
int
capacity
()
[Inherited From
Vector
]
public
void
clear
()
[Inherited From
Vector
]
public
synchronized
Object
clone
()
[Inherited From
Vector
]
public
boolean
contains
(
Object
arg0)
[Inherited From
Vector
]
public
synchronized
boolean
containsAll
(
Collection
<
Object
> arg0)
[Inherited From
Vector
]
public
synchronized
void
copyInto
(
Object
arg0)
[Inherited From
Vector
]
public
synchronized
E
elementAt
(
int
arg0)
[Inherited From
Vector
]
public
Enumeration
<
E
>
elements
()
[Inherited From
Vector
]
public
synchronized
void
ensureCapacity
(
int
arg0)
[Inherited From
Vector
]
public
synchronized
boolean
equals
(
Object
arg0)
[Inherited From
Vector
]
public
synchronized
E
firstElement
()
[Inherited From
Vector
]
public
synchronized
E
get
(
int
arg0)
[Inherited From
Vector
]
[Specified in
AbstractList
]
public
String
getArgs
()
public
int
getLineNumber
()
public
Vector
getMarkersToKeep
()
public
int
getType
()
public
synchronized
int
hashCode
()
[Inherited From
Vector
]
public
int
indexOf
(
Object
arg0)
[Inherited From
Vector
]
public
synchronized
int
indexOf
(
Object
arg0,
int
arg1)
[Inherited From
Vector
]
public
synchronized
void
insertElementAt
(
E
arg0,
int
arg1)
[Inherited From
Vector
]
public
synchronized
boolean
isEmpty
()
[Inherited From
Vector
]
public
Iterator
<
E
>
iterator
()
[Inherited From
AbstractList
]
[Specified in
AbstractCollection
]
public
void
keepMarker
(
String
markerName)
public
synchronized
E
lastElement
()
[Inherited From
Vector
]
public
synchronized
int
lastIndexOf
(
Object
arg0)
[Inherited From
Vector
]
public
synchronized
int
lastIndexOf
(
Object
arg0,
int
arg1)
[Inherited From
Vector
]
public
ListIterator
<
E
>
listIterator
()
[Inherited From
AbstractList
]
public
ListIterator
<
E
>
listIterator
(
int
arg0)
[Inherited From
AbstractList
]
public
synchronized
E
remove
(
int
arg0)
[Inherited From
Vector
]
public
boolean
remove
(
Object
arg0)
[Inherited From
Vector
]
public
synchronized
boolean
removeAll
(
Collection
<
Object
> arg0)
[Inherited From
Vector
]
public
synchronized
void
removeAllElements
()
[Inherited From
Vector
]
public
synchronized
boolean
removeElement
(
Object
arg0)
[Inherited From
Vector
]
public
synchronized
void
removeElementAt
(
int
arg0)
[Inherited From
Vector
]
protected
synchronized
void
removeRange
(
int
arg0,
int
arg1)
[Inherited From
Vector
]
public
synchronized
boolean
retainAll
(
Collection
<
Object
> arg0)
[Inherited From
Vector
]
public
synchronized
E
set
(
int
arg0,
E
arg1)
[Inherited From
Vector
]
public
synchronized
void
setElementAt
(
E
arg0,
int
arg1)
[Inherited From
Vector
]
public
synchronized
void
setSize
(
int
arg0)
[Inherited From
Vector
]
public
synchronized
int
size
()
[Inherited From
Vector
]
[Specified in
AbstractCollection
]
public
synchronized
List
<
E
>
subList
(
int
arg0,
int
arg1)
[Inherited From
Vector
]
public
synchronized
Object
toArray
()
[Inherited From
Vector
]
public
synchronized
T
toArray
(
T
arg0)
[Inherited From
Vector
]
public
synchronized
String
toString
()
[Inherited From
Vector
]
public
synchronized
void
trimToSize
()
[Inherited From
Vector
]
Fields
Hide/Show inherited fields
public
String
args
protected
int
capacityIncrement
[Inherited From
Vector
]
public
final
static
int
DIRECTIVE_CONTROLLER
= "2"
public
final
static
int
DIRECTIVE_CONTROLLER_BUNDLE
= "3"
public
final
static
int
DIRECTIVE_REQUEST
= "1"
protected
int
elementCount
[Inherited From
Vector
]
protected
Object
elementData
[Inherited From
Vector
]
public
Vector
markersToKeep
protected
transient
int
modCount
[Inherited From
AbstractList
]
public
int
type
public
final
static
int
UNSET
= "0"
Nested Classes
Generated By:
JavaOnTracks Doclet
0.1.5 ©Thibaut Colar