de.jwic.renderer.self |
Package description
The SelfRenderer passes the RenderContext to a control so that it can render itself to HTML.
|
Java Source File Name | Type | Comment |
ISelfRenderingControl.java | Interface | Controls that use the SelfRenderer must implement this interface. |
SelfRenderer.java | Class | This renderer passes the renderContext to a control so that it can
render itself to HTML. |