|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.portal.generic.GenericWindow
com.caucho.portal.generic.GenericLayoutWindow
public class GenericLayoutWindow
A Window that is a container for one or more Windows.
| Field Summary | |
|---|---|
protected static java.util.logging.Logger |
log
|
| Constructor Summary | |
|---|---|
GenericLayoutWindow()
|
|
| Method Summary | |
|---|---|
void |
add(GenericWindow window)
Add a window to the layout. |
void |
addLayout(GenericLayoutWindow layoutWindow)
Add a GenericLayoutWindow to the layout. |
void |
addWindow(GenericPortletWindow portletWindow)
Add a GenericPortletWindow to the layout, a GenericPortletWindow
is a Window that contains one javax.portlet.Portlet . |
void |
destroy()
Destroy each child window. |
void |
init(PortletContext portletContext)
init() each child window. |
void |
processAction(PortletConnection connection)
Use the PortletConnection to get an Action appropriate for this window, and then call processAction on each child window. |
void |
render(PortletConnection connection)
Use the PortletConnection to get a Render appropriate for this window, and then call render on each child window. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final java.util.logging.Logger log
| Constructor Detail |
|---|
public GenericLayoutWindow()
| Method Detail |
|---|
public void add(GenericWindow window)
public void addWindow(GenericPortletWindow portletWindow)
GenericPortletWindow to the layout, a GenericPortletWindow
is a Window that contains one javax.portlet.Portlet . This method
provides the same functionality as #add(); it is included for
dependency injection containers that support injection based on method
names (like Resin).
public void addLayout(GenericLayoutWindow layoutWindow)
GenericLayoutWindow to the layout. In this way layouts can
be nested to an arbitrary depth and complexity. This method provides the
same functionality as #add(); it is
included for dependency injection containers that support injection based
on method names (like Resin).
public void init(PortletContext portletContext)
throws PortletException
init in class GenericWindowPortletException
public void processAction(PortletConnection connection)
throws PortletException,
java.io.IOException
processAction in class GenericWindowPortletException
java.io.IOException
public void render(PortletConnection connection)
throws PortletException,
java.io.IOException
render in class GenericWindowPortletException
java.io.IOExceptionpublic void destroy()
destroy in class GenericWindow
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||