|
|||||||||
| Home >> All >> com >> webobjects >> [ woextensions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.webobjects.woextensions
Class WOKeyValueConditional

java.lang.ObjectWOComponent
com.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()
|
|||||||||
| Home >> All >> com >> webobjects >> [ woextensions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
WOComponent