| com.liferay.portal.kernel.portlet.LiferayPortlet com.liferay.portlet.JSPPortlet
All known Subclasses: com.liferay.portlet.translator.TranslatorPortlet, com.liferay.portlet.randombibleverse.RBVPortlet, com.liferay.portlet.sms.SMSPortlet,
Method Summary | |
public void | doAbout(RenderRequest req, RenderResponse res) | public void | doConfig(RenderRequest req, RenderResponse res) | public void | doDispatch(RenderRequest req, RenderResponse res) | public void | doEdit(RenderRequest req, RenderResponse res) | public void | doEditDefaults(RenderRequest req, RenderResponse res) | public void | doEditGuest(RenderRequest req, RenderResponse res) | public void | doHelp(RenderRequest req, RenderResponse res) | public void | doPreview(RenderRequest req, RenderResponse res) | public void | doPrint(RenderRequest req, RenderResponse res) | public void | doView(RenderRequest req, RenderResponse res) | protected void | include(String path, RenderRequest req, RenderResponse res) | public void | init() | public void | processAction(ActionRequest req, ActionResponse res) |
copyRequestParameters | protected boolean copyRequestParameters(Code) | | |
doAbout | public void doAbout(RenderRequest req, RenderResponse res) throws IOException, PortletException(Code) | | |
doConfig | public void doConfig(RenderRequest req, RenderResponse res) throws IOException, PortletException(Code) | | |
doDispatch | public void doDispatch(RenderRequest req, RenderResponse res) throws IOException, PortletException(Code) | | |
doEdit | public void doEdit(RenderRequest req, RenderResponse res) throws IOException, PortletException(Code) | | |
doEditDefaults | public void doEditDefaults(RenderRequest req, RenderResponse res) throws IOException, PortletException(Code) | | |
doEditGuest | public void doEditGuest(RenderRequest req, RenderResponse res) throws IOException, PortletException(Code) | | |
doHelp | public void doHelp(RenderRequest req, RenderResponse res) throws IOException, PortletException(Code) | | |
doPreview | public void doPreview(RenderRequest req, RenderResponse res) throws IOException, PortletException(Code) | | |
doPrint | public void doPrint(RenderRequest req, RenderResponse res) throws IOException, PortletException(Code) | | |
doView | public void doView(RenderRequest req, RenderResponse res) throws IOException, PortletException(Code) | | |
include | protected void include(String path, RenderRequest req, RenderResponse res) throws IOException, PortletException(Code) | | |
init | public void init() throws PortletException(Code) | | |
processAction | public void processAction(ActionRequest req, ActionResponse res) throws IOException, PortletException(Code) | | |
Methods inherited from com.liferay.portal.kernel.portlet.LiferayPortlet | protected void doAbout(RenderRequest req, RenderResponse res) throws IOException, PortletException(Code)(Java Doc) protected void doConfig(RenderRequest req, RenderResponse res) throws IOException, PortletException(Code)(Java Doc) protected void doDispatch(RenderRequest req, RenderResponse res) throws IOException, PortletException(Code)(Java Doc) protected void doEditDefaults(RenderRequest req, RenderResponse res) throws IOException, PortletException(Code)(Java Doc) protected void doEditGuest(RenderRequest req, RenderResponse res) throws IOException, PortletException(Code)(Java Doc) protected void doPreview(RenderRequest req, RenderResponse res) throws IOException, PortletException(Code)(Java Doc) protected void doPrint(RenderRequest req, RenderResponse res) throws IOException, PortletException(Code)(Java Doc)
|
|
|