Liferay 6.2-ce-ga5

com.liferay.util.bridges.ruby
Class RubyPortlet

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

public class RubyPortlet
extends ScriptingPortlet


Field Summary
 
Fields inherited from class com.liferay.util.bridges.scripting.ScriptingPortlet
actionFile, editFile, filePath, globalFiles, globalScript, helpFile, language, resourceFile, viewFile
 
Fields inherited from class javax.portlet.GenericPortlet
AUTOMATIC_RESOURCE_DISPATCH
 
Constructor Summary
RubyPortlet()
           
 
Method Summary
protected  String getFileName(RenderRequest renderRequest)
           
 void init()
           
 
Methods inherited from class com.liferay.util.bridges.scripting.ScriptingPortlet
checkPath, 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

RubyPortlet

public RubyPortlet()
Method Detail

init

public void init()
          throws PortletException
Overrides:
init in class ScriptingPortlet
Throws:
PortletException

getFileName

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

Liferay 6.2-ce-ga5