com.cassinidivision.oce.representations
Class DefaultRenderingContext

java.lang.Object
  extended bycom.cassinidivision.oce.representations.DefaultRenderingContext
All Implemented Interfaces:
Cloneable, NSKeyValueCoding, RenderingContext

public class DefaultRenderingContext
extends Object
implements RenderingContext, Cloneable

The default rendering context implementation.


Nested Class Summary
 
Nested classes inherited from class com.webobjects.foundation.NSKeyValueCoding
NSKeyValueCoding._BooleanFieldBinding, NSKeyValueCoding._BooleanMethodBinding, NSKeyValueCoding._FieldBinding, NSKeyValueCoding._ForwardingBinding, NSKeyValueCoding._KeyBinding, NSKeyValueCoding._KeyBindingCreation, NSKeyValueCoding._MethodBinding, NSKeyValueCoding._NumberFieldBinding, NSKeyValueCoding._NumberMethodBinding, NSKeyValueCoding._ReflectionKeyBindingCreation, NSKeyValueCoding.DefaultImplementation, NSKeyValueCoding.ErrorHandling, NSKeyValueCoding.Null, NSKeyValueCoding.UnknownKeyException, NSKeyValueCoding.Utility, NSKeyValueCoding.ValueAccessor
 
Field Summary
 
Fields inherited from interface com.webobjects.foundation.NSKeyValueCoding
_CLASS, NullValue
 
Constructor Summary
DefaultRenderingContext()
           
 
Method Summary
 Object clone()
          It is desirable for all rendering contexts to be cloneable, for various reasons.
 void takeValueForKey(Object value, String key)
           
 Object valueForKey(String key)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultRenderingContext

public DefaultRenderingContext()
Method Detail

valueForKey

public Object valueForKey(String key)
Specified by:
valueForKey in interface NSKeyValueCoding

takeValueForKey

public void takeValueForKey(Object value,
                            String key)
Specified by:
takeValueForKey in interface NSKeyValueCoding

clone

public Object clone()
Description copied from interface: RenderingContext
It is desirable for all rendering contexts to be cloneable, for various reasons.

Specified by:
clone in interface RenderingContext