com.bea.netuix.servlets.controls.application
Class BodyAttributeRenderer

java.lang.Object
  extended by com.bea.netuix.servlets.controls.AttributeRenderer
      extended by com.bea.netuix.servlets.controls.PresentationContextAttributeRenderer<BodyPresentationContext>
          extended by 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 com.bea.netuix.servlets.controls.PresentationContextAttributeRenderer
getDefaultPresentationClass, getDefaultPresentationId, getDefaultPresentationStyle, setDefaultPresentationClass, setDefaultPresentationId, setDefaultPresentationStyle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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:
render in class PresentationContextAttributeRenderer<BodyPresentationContext>
Parameters
out - Writer to which component attributes are rendered
Throws
IOException - If an I/O error occurs


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.