Liferay 6.1.2-ce-ga3

com.liferay.portal.util
Class SessionLayoutClone

java.lang.Object
  extended by com.liferay.portal.util.SessionLayoutClone
All Implemented Interfaces:
LayoutClone

public class SessionLayoutClone
extends Object
implements LayoutClone


Constructor Summary
SessionLayoutClone()
           
 
Method Summary
protected  String encodeKey(long plid)
           
 String get(javax.servlet.http.HttpServletRequest request, long plid)
           
protected  javax.servlet.http.HttpSession getPortalSession(javax.servlet.http.HttpServletRequest request)
           
 void update(javax.servlet.http.HttpServletRequest request, long plid, String typeSettings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionLayoutClone

public SessionLayoutClone()
Method Detail

get

public String get(javax.servlet.http.HttpServletRequest request,
                  long plid)
Specified by:
get in interface LayoutClone

update

public void update(javax.servlet.http.HttpServletRequest request,
                   long plid,
                   String typeSettings)
Specified by:
update in interface LayoutClone

encodeKey

protected String encodeKey(long plid)

getPortalSession

protected javax.servlet.http.HttpSession getPortalSession(javax.servlet.http.HttpServletRequest request)

Liferay 6.1.2-ce-ga3