com.liferay.portlet.iframe
Class IFramePortlet

java.lang.Object
  extended by javax.portlet.GenericPortlet
      extended by com.liferay.portal.kernel.portlet.LiferayPortlet
          extended by com.liferay.portlet.StrutsPortlet
              extended by com.liferay.portlet.iframe.IFramePortlet
All Implemented Interfaces:
javax.portlet.EventPortlet, javax.portlet.Portlet, javax.portlet.PortletConfig, javax.portlet.ResourceServingPortlet

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 portletConfig)
           
 
Methods inherited from class com.liferay.portlet.StrutsPortlet
doAbout, doConfig, doEdit, doEditDefaults, doEditGuest, doHelp, doPreview, doPrint, doView, include, processAction, serveResource
 
Methods inherited from class com.liferay.portal.kernel.portlet.LiferayPortlet
callActionMethod, doDispatch, isProcessActionRequest, isProcessPortletRequest, isProcessRenderRequest, isProcessResourceRequest
 
Methods inherited from class javax.portlet.GenericPortlet
destroy, doHeaders, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletName, getProcessingEventQNames, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, getTitle, init, processEvent, 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 portletConfig)
          throws javax.portlet.PortletException
Specified by:
init in interface javax.portlet.Portlet
Overrides:
init in class StrutsPortlet
Throws:
javax.portlet.PortletException