com.cassinidivision.oce.representations
Interface RenderingContext

All Superinterfaces:
NSKeyValueCoding
All Known Implementing Classes:
DefaultRenderingContext

public interface RenderingContext
extends NSKeyValueCoding

The base interface for all classes that handle rendering contextual information.

Implemented as a subinterface of NSKeyValueCoding for general convenience with WebObjects.


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
 
Method Summary
 Object clone()
          It is desirable for all rendering contexts to be cloneable, for various reasons.
 
Methods inherited from interface com.webobjects.foundation.NSKeyValueCoding
takeValueForKey, valueForKey
 

Method Detail

clone

public Object clone()
It is desirable for all rendering contexts to be cloneable, for various reasons.

Returns:
A clone of the original rendering context.