com.bea.netuix.servlets.controls
Class AttributeRenderer
java.lang.Object
  
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 BEA Weblogic Portal.BEA 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 BEA 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 | 
 
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
 
 
Copyright © 2006 BEA Systems, Inc. All Rights Reserved