|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| 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.BackingContext
com.bea.netuix.servlets.controls.page.MenuBackingContext
public class MenuBackingContext
| Field Summary |
|---|
| Fields inherited from class com.bea.netuix.servlets.controls.ControlContext |
|---|
debug |
| Method Summary | |
|---|---|
String |
getAlign()
|
BookBackingContext |
getBookBackingContext()
may return null. |
String |
getDescription()
|
String |
getMarkupName()
|
String |
getMarkupType()
|
static MenuBackingContext |
getMenuBackingContext(javax.servlet.http.HttpServletRequest request)
Obtain a reference to the current MenuBackingContext in the request. |
String |
getTitle()
|
void |
setAlign(String align)
|
| Methods inherited from class com.bea.netuix.servlets.controls.BackingContext |
|---|
ensureCurrentLifecycleStageLegalForOperation, getChildrenBackingContexts, getParentBackingContext, getTopParentBackingContext, isBackingPhase, isVisible, setBackingPhase, setVisible |
| Methods inherited from class com.bea.netuix.servlets.controls.ControlContext |
|---|
getContextFromRequest, getContextKey, getControl, getControlContextStack, getPrimaryControlContextStack, getRequestKey, getUniqueId, removeContextFromRequest, setCloneContexts, setContextInRequest, unsetCloneContexts |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static MenuBackingContext getMenuBackingContext(javax.servlet.http.HttpServletRequest request)
Obtain a reference to the current MenuBackingContext in the request.
Note: the MenuBackingContext should only be obtained from a backing file. If you
think you need this context from a JSP look at MenuPresentationContext.
request - http servlet request.
public BookBackingContext getBookBackingContext()
public String getAlign()
public void setAlign(String align)
public String getMarkupName()
public String getMarkupType()
public String getTitle()
public String getDescription()
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||