com.jtri.struts
Class PortletSupport

java.lang.Object
  extended bycom.jtri.struts.PortletSupport

public class PortletSupport
extends java.lang.Object

Author:
atorres TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Method Summary
 java.lang.Object getAttribute(java.lang.String name)
           
static PortletSupport getInstance(javax.servlet.http.HttpServletRequest request)
           
 void setAttribute(java.lang.String name, java.lang.Object val)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static PortletSupport getInstance(javax.servlet.http.HttpServletRequest request)

getAttribute

public java.lang.Object getAttribute(java.lang.String name)

setAttribute

public void setAttribute(java.lang.String name,
                         java.lang.Object val)