Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.webobjects.woextensions
Class WOKeyValueConditional  view WOKeyValueConditional download WOKeyValueConditional.java

java.lang.Object
  extended byWOComponent
      extended bycom.webobjects.woextensions.WOKeyValueConditional

public class WOKeyValueConditional
extends WOComponent


Field Summary
protected  java.lang.String _key
           
protected  int _negate
           
 
Constructor Summary
WOKeyValueConditional(WOContext aContext)
           
 
Method Summary
protected  void _invalidateCaches()
           
 boolean condition()
           
 boolean isStateless()
           
 java.lang.String key()
           
 boolean negate()
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_key

protected java.lang.String _key

_negate

protected int _negate
Constructor Detail

WOKeyValueConditional

public WOKeyValueConditional(WOContext aContext)
Method Detail

condition

public boolean condition()

key

public java.lang.String key()

negate

public boolean negate()

isStateless

public boolean isStateless()

_invalidateCaches

protected void _invalidateCaches()

reset

public void reset()