com.liferay.portal.theme
Class RequestVars

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

public class RequestVars
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
RequestVars(javax.servlet.http.HttpServletRequest request, ThemeDisplay themeDisplay, long ancestorPlid, long ancestorLayoutId)
           
 
Method Summary
 long getAncestorLayoutId()
           
 long getAncestorPlid()
           
 javax.servlet.http.HttpServletRequest getRequest()
           
 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)
Method Detail

getRequest

public javax.servlet.http.HttpServletRequest getRequest()

getThemeDisplay

public ThemeDisplay getThemeDisplay()

getAncestorPlid

public long getAncestorPlid()

getAncestorLayoutId

public long getAncestorLayoutId()