com.liferay.portlet.tagscompiler.util
Class TagsCompilerSessionUtil

java.lang.Object
  extended by com.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 portletRequest, java.util.List<java.lang.String> entries)
           
static void addEntry(javax.portlet.PortletRequest portletRequest, java.lang.String entry)
           
static void clearEntries(javax.portlet.PortletRequest portletRequest)
           
static java.util.Collection<java.lang.String> getEntries(javax.portlet.PortletRequest portletRequest)
           
static void removeEntries(javax.portlet.PortletRequest portletRequest, java.util.List<java.lang.String> entries)
           
static void setEntries(javax.portlet.PortletRequest portletRequest, java.util.List<java.lang.String> 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 portletRequest,
                              java.util.List<java.lang.String> entries)

addEntry

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

clearEntries

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

getEntries

public static java.util.Collection<java.lang.String> getEntries(javax.portlet.PortletRequest portletRequest)

removeEntries

public static void removeEntries(javax.portlet.PortletRequest portletRequest,
                                 java.util.List<java.lang.String> entries)

setEntries

public static void setEntries(javax.portlet.PortletRequest portletRequest,
                              java.util.List<java.lang.String> entries)