com.liferay.portal.util
Class SessionLayoutClone

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

public class SessionLayoutClone
extends java.lang.Object
implements LayoutClone

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
SessionLayoutClone()
           
 
Method Summary
 java.lang.String get(javax.servlet.http.HttpServletRequest request, long plid)
           
 void update(javax.servlet.http.HttpServletRequest request, long plid, java.lang.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 java.lang.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,
                   java.lang.String typeSettings)
Specified by:
update in interface LayoutClone