Liferay 6.2-ce-ga5

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:
EventPortlet, Portlet, PortletConfig, ResourceServingPortlet

public class IFramePortlet
extends StrutsPortlet


Field Summary
static String DEFAULT_EDIT_ACTION
           
static String DEFAULT_VIEW_ACTION
           
 
Fields inherited from class com.liferay.portlet.StrutsPortlet
aboutAction, configAction, copyRequestParameters, editAction, editDefaultsAction, editGuestAction, helpAction, previewAction, printAction, templatePath, viewAction
 
Fields inherited from class com.liferay.portal.kernel.portlet.LiferayPortlet
addProcessActionSuccessMessage, alwaysSendRedirect, validPaths
 
Fields inherited from class javax.portlet.GenericPortlet
AUTOMATIC_RESOURCE_DISPATCH
 
Constructor Summary
IFramePortlet()
           
 
Method Summary
 void init(PortletConfig portletConfig)
           
 
Methods inherited from class com.liferay.portlet.StrutsPortlet
doAbout, doConfig, doEdit, doEditDefaults, doEditGuest, doHelp, doPreview, doPrint, doView, include, processAction, processEvent, serveResource
 
Methods inherited from class com.liferay.portal.kernel.portlet.LiferayPortlet
addSuccessMessage, callActionMethod, checkPath, doDispatch, getActionMethod, getPaths, getRedirect, getTitle, init, initValidPaths, isAlwaysSendRedirect, isProcessActionRequest, isProcessPortletRequest, isProcessRenderRequest, isProcessResourceRequest, isSessionErrorException, isValidPath, sendRedirect, translate, translate, translate, writeJSON, writeJSON
 
Methods inherited from class javax.portlet.GenericPortlet
destroy, doHeaders, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletName, getProcessingEventQNames, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, 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 String DEFAULT_EDIT_ACTION
See Also:
Constant Field Values

DEFAULT_VIEW_ACTION

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

IFramePortlet

public IFramePortlet()
Method Detail

init

public void init(PortletConfig portletConfig)
          throws PortletException
Specified by:
init in interface Portlet
Overrides:
init in class StrutsPortlet
Throws:
PortletException

Liferay 6.2-ce-ga5