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
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
publicsynchronized boolean add ( E arg0) [Inherited From Vector]
public void add (int arg0, E arg1) [Inherited From Vector]
publicsynchronized boolean addAll (Collection<Object> arg0) [Inherited From Vector]
publicsynchronized boolean addAll (int arg0, Collection<Object> arg1) [Inherited From Vector]
publicsynchronized void addElement ( E arg0) [Inherited From Vector]
publicsynchronized int capacity () [Inherited From Vector]
public void clear () [Inherited From Vector]
publicsynchronized Object clone () [Inherited From Vector]
public boolean contains (Object arg0) [Inherited From Vector]
publicsynchronized boolean containsAll (Collection<Object> arg0) [Inherited From Vector]
publicsynchronized void copyInto (Object arg0) [Inherited From Vector]
publicsynchronized E elementAt (int arg0) [Inherited From Vector]
public Enumeration< E> elements () [Inherited From Vector]
publicsynchronized void ensureCapacity (int arg0) [Inherited From Vector]
publicsynchronized boolean equals (Object arg0) [Inherited From Vector]
publicsynchronized E firstElement () [Inherited From Vector]
publicsynchronized E get (int arg0) [Inherited From Vector] [Specified in AbstractList]
public String getArgs ()
public int getLineNumber ()
public Vector getMarkersToKeep ()
public int getType ()
publicsynchronized int hashCode () [Inherited From Vector]
public int indexOf (Object arg0) [Inherited From Vector]
publicsynchronized int indexOf (Object arg0, int arg1) [Inherited From Vector]
publicsynchronized void insertElementAt ( E arg0, int arg1) [Inherited From Vector]
publicsynchronized boolean isEmpty () [Inherited From Vector]
public Iterator< E> iterator () [Inherited From AbstractList] [Specified in AbstractCollection]
public void keepMarker (String markerName)
publicsynchronized E lastElement () [Inherited From Vector]
publicsynchronized int lastIndexOf (Object arg0) [Inherited From Vector]
publicsynchronized 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]
publicsynchronized E remove (int arg0) [Inherited From Vector]
public boolean remove (Object arg0) [Inherited From Vector]
publicsynchronized boolean removeAll (Collection<Object> arg0) [Inherited From Vector]
publicsynchronized void removeAllElements () [Inherited From Vector]
publicsynchronized boolean removeElement (Object arg0) [Inherited From Vector]
publicsynchronized void removeElementAt (int arg0) [Inherited From Vector]
protectedsynchronized void removeRange (int arg0, int arg1) [Inherited From Vector]
publicsynchronized boolean retainAll (Collection<Object> arg0) [Inherited From Vector]
publicsynchronized E set (int arg0, E arg1) [Inherited From Vector]
publicsynchronized void setElementAt ( E arg0, int arg1) [Inherited From Vector]
publicsynchronized void setSize (int arg0) [Inherited From Vector]
publicsynchronized int size () [Inherited From Vector] [Specified in AbstractCollection]
publicsynchronized List< E> subList (int arg0, int arg1) [Inherited From Vector]
publicsynchronized Object toArray () [Inherited From Vector]
publicsynchronized T toArray ( T arg0) [Inherited From Vector]
publicsynchronized String toString () [Inherited From Vector]
publicsynchronized void trimToSize () [Inherited From Vector]
Fields
Hide/Show inherited fields
public String args
protected int capacityIncrement [Inherited From Vector]
publicfinalstatic int DIRECTIVE_CONTROLLER = "2"
publicfinalstatic int DIRECTIVE_CONTROLLER_BUNDLE = "3"
publicfinalstatic int DIRECTIVE_REQUEST = "1"
protected int elementCount [Inherited From Vector]
protected Object elementData [Inherited From Vector]
public Vector markersToKeep
protectedtransient int modCount [Inherited From AbstractList]
public int type
publicfinalstatic int UNSET = "0"
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.5     ©Thibaut Colar