|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Window | |
|---|---|
| com.caucho.portal.generic | |
| com.caucho.portal.generic.context | |
| Uses of Window in com.caucho.portal.generic |
|---|
| Classes in com.caucho.portal.generic that implement Window | |
|---|---|
class |
GenericLayoutWindow
A Window that is a container for one or more Windows. |
class |
GenericPortletWindow
A Window that contains one javax.portlet.Portlet. |
class |
GenericWindow
|
class |
PortletServlet
A servlet that uses a class implementing javax.portlet.Portlet. |
| Methods in com.caucho.portal.generic that return Window | |
|---|---|
Window |
Render.getWindow()
|
Window |
Action.getWindow()
|
| Methods in com.caucho.portal.generic with parameters of type Window | |
|---|---|
Action |
PortletConnection.getAction(Window window,
java.lang.String namespace)
Get an Action for a namespace. |
Render |
PortletConnection.getRender(Window window,
java.lang.String namespace)
Get a Render for a namespace. |
| Uses of Window in com.caucho.portal.generic.context |
|---|
| Methods in com.caucho.portal.generic.context that return Window | |
|---|---|
Window |
WindowContext.getWindow()
|
protected Window |
ConnectionContext.getWindow()
|
protected Window |
ConnectionContext.getWindow(java.lang.String namespace)
|
| Methods in com.caucho.portal.generic.context with parameters of type Window | |
|---|---|
Action |
ConnectionContext.getAction(Window window,
java.lang.String namespace)
|
Render |
ConnectionContext.getRender(Window window,
java.lang.String namespace)
|
protected boolean |
ConnectionContext.isPortletModeAllowed(Window window,
PortletMode portletMode)
|
protected boolean |
ConnectionContext.isWindowStateAllowed(Window window,
WindowState windowState)
|
protected void |
ConnectionContext.setPortletMode(Window window,
java.lang.String namespace,
Invocation invocation,
PortletMode portletMode)
|
protected void |
ConnectionContext.setWindowState(Window window,
java.lang.String namespace,
Invocation invocation,
WindowState windowState)
|
void |
WindowContext.start(Window window,
java.lang.String namespace)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||