Liferay 6.0.5

com.liferay.util.bridges.python
Class PythonPortlet

java.lang.Object
  extended by javax.portlet.GenericPortlet
      extended by com.liferay.util.bridges.scripting.ScriptingPortlet
          extended by com.liferay.util.bridges.python.PythonPortlet
All Implemented Interfaces:
EventPortlet, Portlet, PortletConfig, ResourceServingPortlet

public class PythonPortlet
extends ScriptingPortlet


Field Summary
 
Fields inherited from class com.liferay.util.bridges.scripting.ScriptingPortlet
actionFile, editFile, globalFiles, globalScript, helpFile, language, resourceFile, viewFile
 
Constructor Summary
PythonPortlet()
           
 
Method Summary
protected  String getFileName(RenderRequest renderRequest)
           
 void init()
           
 
Methods inherited from class com.liferay.util.bridges.scripting.ScriptingPortlet
declareBeans, declareBeans, doDispatch, doEdit, doHelp, doRender, doView, getGlobalScript, include, processAction, render, serveResource, writeErrorMessage
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PythonPortlet

public PythonPortlet()
Method Detail

init

public void init()
Overrides:
init in class ScriptingPortlet

getFileName

protected String getFileName(RenderRequest renderRequest)
Overrides:
getFileName in class ScriptingPortlet

Liferay 6.0.5