|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PortletAppDescriptorService
Read/Write services for Portlet Application configuration This service reads the portlet.xml and converts it to a standard bean model.
Method Summary | |
---|---|
PortletAppDD |
read(InputStream in)
Retrieve the PortletApp deployment descriptor (portlet.xml). |
void |
write(PortletAppDD portletDescriptor,
OutputStream out)
Write the PortletApp deployment descriptor (portlet.xml). |
Method Detail |
---|
PortletAppDD read(InputStream in) throws IOException
IOException
- if an IO error occurs.void write(PortletAppDD portletDescriptor, OutputStream out) throws IOException
portletDescriptor
- out
-
IOException
- if an IO error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |