com.liferay.portlet.iframe
Class IFramePortlet

java.lang.Object
  extended byjavax.portlet.GenericPortlet
      extended bycom.liferay.portal.kernel.portlet.LiferayPortlet
          extended bycom.liferay.portlet.StrutsPortlet
              extended bycom.liferay.portlet.iframe.IFramePortlet
All Implemented Interfaces:
javax.portlet.Portlet, javax.portlet.PortletConfig

public class IFramePortlet
extends StrutsPortlet

View Source

Author:
Brian Wing Shun Chan

Field Summary
static java.lang.String DEFAULT_EDIT_ACTION
           
static java.lang.String DEFAULT_VIEW_ACTION
           
 
Fields inherited from class com.liferay.portlet.StrutsPortlet
aboutAction, configAction, copyRequestParameters, editAction, editDefaultsAction, editGuestAction, helpAction, previewAction, printAction, viewAction
 
Constructor Summary
IFramePortlet()
           
 
Method Summary
 void init(javax.portlet.PortletConfig config)
           
 
Methods inherited from class com.liferay.portlet.StrutsPortlet
doAbout, doConfig, doEdit, doEditDefaults, doEditGuest, doHelp, doPreview, doPrint, doView, include, processAction
 
Methods inherited from class com.liferay.portal.kernel.portlet.LiferayPortlet
doDispatch
 
Methods inherited from class javax.portlet.GenericPortlet
destroy, getInitParameter, getInitParameterNames, getPortletConfig, getPortletContext, getPortletName, getResourceBundle, getTitle, init, render
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_EDIT_ACTION

public static final java.lang.String DEFAULT_EDIT_ACTION
See Also:
Constant Field Values

DEFAULT_VIEW_ACTION

public static final java.lang.String DEFAULT_VIEW_ACTION
See Also:
Constant Field Values
Constructor Detail

IFramePortlet

public IFramePortlet()
Method Detail

init

public void init(javax.portlet.PortletConfig config)
          throws javax.portlet.PortletException
Specified by:
init in interface javax.portlet.Portlet
Overrides:
init in class StrutsPortlet
Throws:
javax.portlet.PortletException