com.bea.netuix.util
Interface ResponseHeaderAdder

All Known Implementing Classes:
AbstractButtonPresentationContext, BodyPresentationContext, BookPresentationContext, BorderLayoutPresentationContext, ButtonPresentationContext, DesktopPresentationContext, FlowLayoutPresentationContext, FooterPresentationContext, GridLayoutPresentationContext, HeaderPresentationContext, HeadPresentationContext, LayoutPresentationContext, MenuPresentationContext, PagePresentationContext, PlaceholderPresentationContext, PortletPresentationContext, PresentationContext, ProxyPortletPresentationContext, ShellPresentationContext, ThemePresentationContext, TitlebarPresentationContext, ToggleButtonPresentationContext, WebflowPresentationContext, WindowPresentationContext

public interface ResponseHeaderAdder

Simple interface containing the methods from the HttpServletResponse interface responsible for adding cookies and headers.


Method Summary
 void addCookie(javax.servlet.http.Cookie c)
           
 void addDateHeader(String n, long h)
           
 void addHeader(String n, String h)
           
 void addIntHeader(String n, int h)
           
 void setCharacterEncoding(String h)
           
 void setContentType(String h)
           
 

Method Detail

addCookie

void addCookie(javax.servlet.http.Cookie c)

addDateHeader

void addDateHeader(String n,
                   long h)

addHeader

void addHeader(String n,
               String h)

addIntHeader

void addIntHeader(String n,
                  int h)

setCharacterEncoding

void setCharacterEncoding(String h)

setContentType

void setContentType(String h)


Copyright © 2011, Oracle. All rights reserved.