com.liferay.portlet.tagscompiler.util
Class TagsCompilerSessionUtil
java.lang.Object
com.liferay.portlet.tagscompiler.util.TagsCompilerSessionUtil
- public class TagsCompilerSessionUtil
- extends java.lang.Object
View Source
- Author:
- Brian Wing Shun Chan
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 |
TagsCompilerSessionUtil
public TagsCompilerSessionUtil()
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)