Liferay 6.1.2-ce-ga3

com.liferay.portal.theme
Class RequestVars

java.lang.Object
  extended by com.liferay.portal.theme.RequestVars

public class RequestVars
extends Object


Constructor Summary
RequestVars(javax.servlet.http.HttpServletRequest request, ThemeDisplay themeDisplay, long ancestorPlid, long ancestorLayoutId, TemplateContext templateContext)
           
 
Method Summary
 long getAncestorLayoutId()
           
 long getAncestorPlid()
           
 javax.servlet.http.HttpServletRequest getRequest()
           
 TemplateContext getTemplateContext()
           
 ThemeDisplay getThemeDisplay()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestVars

public RequestVars(javax.servlet.http.HttpServletRequest request,
                   ThemeDisplay themeDisplay,
                   long ancestorPlid,
                   long ancestorLayoutId,
                   TemplateContext templateContext)
Method Detail

getAncestorLayoutId

public long getAncestorLayoutId()

getAncestorPlid

public long getAncestorPlid()

getRequest

public javax.servlet.http.HttpServletRequest getRequest()

getTemplateContext

public TemplateContext getTemplateContext()

getThemeDisplay

public ThemeDisplay getThemeDisplay()

Liferay 6.1.2-ce-ga3