|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Read/Write services for Portlet Application configuration This service reads the portlet.xml and converts it to a standard bean model.
Method Summary | |
java.lang.String |
getContextPath()
Retrieve the name of the context path within which PortletApps retrieved from this service reside. |
PortletAppDD |
read()
Retrieve the PortletApp deployment descriptor (portlet.xml). |
void |
write(PortletAppDD pd)
Write the PortletApp deployment descriptor (portlet.xml). |
Method Detail |
public java.lang.String getContextPath()
public PortletAppDD read() throws java.io.IOException
java.io.IOException
- if an IO error occurs.public void write(PortletAppDD pd) throws java.io.IOException
pd
-
java.io.IOException
- if an IO error occurs.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |