|
© 2004 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bea.netuix.servlets.controls.ControlContext
com.bea.netuix.servlets.controls.PresentationContext
com.bea.netuix.servlets.controls.layout.LayoutPresentationContext
Used to provide access to presentation-related attributes specific to the
Layout
in use. Typically used during portal rendering via look and feel skeleton files. The skeleton
file name for a Layout
portal component must be <type>layout.jsp, where <type> is the
string specified by the type attribute in the Layout
portal component. For example:
<netuix:layout type="custom" title="Custom Layout" ...>
will delegate rendering tasks to customlayout.jsp in your skeleton directory.
getLayoutPresentationContext(javax.servlet.http.HttpServletRequest)
,
Serialized FormMethod Summary | |
static LayoutPresentationContext |
getLayoutPresentationContext(HttpServletRequest request)
This is a convenience method for returning a reference to the one and only LayoutPresentationContext. |
String |
getType()
Returns the text of the type attribute that corresponds to this Layout portal component. |
Methods inherited from class com.bea.netuix.servlets.controls.PresentationContext |
getChildren, getChildren, getFirstChild, getParsedProperties, getPresentationClass, getPresentationId, getPresentationStyle, getProperties, getProperty, getProperty, getPropertyAsBoolean, getPropertyAsInt, getResolvedLocale, getTagName, isVisible, setVisible |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public String getType()
Layout
portal component.
public static LayoutPresentationContext getLayoutPresentationContext(HttpServletRequest request)
request
- The current HTTPServletRequest instance
|
© 2004 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |