public interface PortletAppDescriptorService
Modifier and Type | Method and Description |
---|---|
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).
|
java.lang.String getContextPath()
PortletAppDD read() throws java.io.IOException
java.io.IOException
- if an IO error occurs.void write(PortletAppDD pd) throws java.io.IOException
pd
- java.io.IOException
- if an IO error occurs.Copyright © 2003-2013 . All Rights Reserved.