com.bea.netuix.servlets.controls.application
Class BodyAttributeRenderer
java.lang.Object
   com.bea.netuix.servlets.controls.AttributeRenderer
com.bea.netuix.servlets.controls.AttributeRenderer
       com.bea.netuix.servlets.controls.PresentationContextAttributeRenderer<BodyPresentationContext>
com.bea.netuix.servlets.controls.PresentationContextAttributeRenderer<BodyPresentationContext>
           com.bea.netuix.servlets.controls.application.BodyAttributeRenderer
com.bea.netuix.servlets.controls.application.BodyAttributeRenderer
- public class BodyAttributeRenderer 
- extends PresentationContextAttributeRenderer<BodyPresentationContext>
BodyAttributeRenderer is an attribute renderer designed to render a body component's attributes
 and event handlers.
- See Also
- BodyPresentationContext.getAttributeRenderer()
| Method Summary | 
|  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 void render(Writer out)
            throws IOException
- Description copied from class: AttributeRenderer
- Renders the attributes of the related component using the specified Writer.
 
- 
- Overrides:
- renderin class- PresentationContextAttributeRenderer<BodyPresentationContext>
 
- 
- Parameters
- out- Writer to which component attributes are rendered
- Throws
- IOException- If an I/O error occurs
 
Copyright © 2008 BEA Systems, Inc. All Rights Reserved