Class InvokerUtil
- java.lang.Object
-
- com.sun.portal.portletcontainer.invoker.util.InvokerUtil
-
public class InvokerUtil extends Object
InvokerUtil has utility methods needed by the Window Invoker
-
-
Field Summary
Fields Modifier and Type Field Description static String
MARKUP_HEADERS
-
Constructor Summary
Constructors Constructor Description InvokerUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
clearResponseProperties(ResponseProperties responseProperties)
Clears the response propertiesstatic void
setResponseProperties(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ResponseProperties responseProperties)
Sets the response properties like cookies and headers in the HttpServletResponse and sets the markup header in Session so that it will be set in the tag in header.jsp
-
-
-
Field Detail
-
MARKUP_HEADERS
public static String MARKUP_HEADERS
-
-
Method Detail
-
setResponseProperties
public static void setResponseProperties(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ResponseProperties responseProperties)
Sets the response properties like cookies and headers in the HttpServletResponse and sets the markup header in Session so that it will be set in the tag in header.jsp- Parameters:
request
- the HttpServletRequest objectresponse
- the HttpServletResponse objectresponseProperties
- the ResponseProperties responseProperties object
-
clearResponseProperties
public static void clearResponseProperties(ResponseProperties responseProperties)
Clears the response properties- Parameters:
responseProperties
- the ResponseProperties responseProperties object
-
-