|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.bea.netuix.servlets.controls.AttributeRenderer
com.bea.netuix.servlets.controls.window.ContentAttributeRenderer<T>
public class ContentAttributeRenderer<T extends WindowPresentationContext>
ContentAttributeRenderer is an attribute renderer designed to render a window's content attributes.
WindowPresentationContext.getContentAttributeRenderer()| Method Summary | |
|---|---|
String |
getDefaultPresentationClass()Returns the default for the window's "contentPresentationClass" attribute. |
String |
getDefaultPresentationStyle()Returns the default for the window's "contentPresentationStyle" attribute. |
void |
render(Writer out)Renders the attributes of the related component using the specified Writer. |
void |
setDefaultPresentationClass(String defaultPresentationClass)Sets the default for the window's "contentPresentationClass" attribute. |
void |
setDefaultPresentationStyle(String defaultPresentationStyle)Sets the default for the window's "contentPresentationStyle" attribute. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public String getDefaultPresentationClass()
public void setDefaultPresentationClass(String defaultPresentationClass)
public String getDefaultPresentationStyle()
public void setDefaultPresentationStyle(String defaultPresentationStyle)
public void render(Writer out)
throws IOException
AttributeRendererWriter.render in class AttributeRendererout - Writer to which component attributes are renderedIOException - If an I/O error occurs
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.