com.liferay.util.bridges.python
Class PythonPortlet

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

public class PythonPortlet
extends BaseBSFPortlet

View Source

Author:
Alberto Montero

Field Summary
 
Fields inherited from class com.liferay.util.bridges.bsf.BaseBSFPortlet
actionFile, bsfManager, editFile, globalFiles, helpFile, resourceFile, viewFile
 
Constructor Summary
PythonPortlet()
           
 
Method Summary
protected  java.lang.String getFileParam()
           
protected  java.lang.String getScriptingEngineClassName()
           
protected  java.lang.String getScriptingEngineExtension()
           
protected  java.lang.String getScriptingEngineLanguage()
           
 
Methods inherited from class com.liferay.util.bridges.bsf.BaseBSFPortlet
declareBeans, declareBeans, doDispatch, doEdit, doHelp, doView, getGlobalScript, include, init, logBSFException, processAction, serveResource
 
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
 

Constructor Detail

PythonPortlet

public PythonPortlet()
Method Detail

getFileParam

protected java.lang.String getFileParam()
Specified by:
getFileParam in class BaseBSFPortlet

getScriptingEngineClassName

protected java.lang.String getScriptingEngineClassName()
Specified by:
getScriptingEngineClassName in class BaseBSFPortlet

getScriptingEngineExtension

protected java.lang.String getScriptingEngineExtension()
Specified by:
getScriptingEngineExtension in class BaseBSFPortlet

getScriptingEngineLanguage

protected java.lang.String getScriptingEngineLanguage()
Specified by:
getScriptingEngineLanguage in class BaseBSFPortlet