Liferay 6.2.0

com.liferay.portal.util
Interface LayoutClone

All Known Implementing Classes:
SessionLayoutClone

public interface LayoutClone


Method Summary
abstract  String get(javax.servlet.http.HttpServletRequest request, long plid)
           
abstract  void update(javax.servlet.http.HttpServletRequest request, long plid, String typeSettings)
           
 

Method Detail

get

String get(javax.servlet.http.HttpServletRequest request,
           long plid)

update

void update(javax.servlet.http.HttpServletRequest request,
            long plid,
            String typeSettings)

Liferay 6.2.0