com.liferay.portlet.tagscompiler.util
Class TagsCompilerSessionUtil

java.lang.Object
  extended bycom.liferay.portlet.tagscompiler.util.TagsCompilerSessionUtil

public class TagsCompilerSessionUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
TagsCompilerSessionUtil()
           
 
Method Summary
static void addEntries(javax.portlet.PortletRequest req, java.util.List entries)
           
static void addEntry(javax.portlet.PortletRequest req, java.lang.String entry)
           
static void clearEntries(javax.portlet.PortletRequest req)
           
static java.util.Collection getEntries(javax.portlet.PortletRequest req)
           
static void removeEntries(javax.portlet.PortletRequest req, java.util.List entries)
           
static void setEntries(javax.portlet.PortletRequest req, java.util.List entries)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagsCompilerSessionUtil

public TagsCompilerSessionUtil()
Method Detail

addEntries

public static void addEntries(javax.portlet.PortletRequest req,
                              java.util.List entries)

addEntry

public static void addEntry(javax.portlet.PortletRequest req,
                            java.lang.String entry)

clearEntries

public static void clearEntries(javax.portlet.PortletRequest req)

getEntries

public static java.util.Collection getEntries(javax.portlet.PortletRequest req)

removeEntries

public static void removeEntries(javax.portlet.PortletRequest req,
                                 java.util.List entries)

setEntries

public static void setEntries(javax.portlet.PortletRequest req,
                              java.util.List entries)