Skip navigation links


com.bea.netuix.servlets.controls
Class AttributeRenderer

java.lang.Object
  extended by com.bea.netuix.servlets.controls.AttributeRenderer

Direct Known Subclasses:
ContentAttributeRenderer, PresentationContextAttributeRenderer

public abstract class AttributeRenderer
extends Object

AttributeRenderer can be used by skeleton authors to ease the burden of rendering component attributes.

This abstract class is intended to be implemented only by Oracle Weblogic Portal. Oracle Systems reserves the right to add abstract methods to this abstract class without notice. Extensions of this abstract class by other parties must not be expected to compile without change in future versions of Oracle Weblogic Portal.

Method Summary
abstract  void render(Writer out)
          Renders the attributes of the related component using the specified Writer.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

render

public abstract void render(Writer out)
                     throws IOException
Renders the attributes of the related component using the specified Writer.
Parameters
out - Writer to which component attributes are rendered
Throws
IOException - If an I/O error occurs

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.