OW2 Consortium ops

Rev

Rev 1054 | Rev 2900 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1054 Rev 2191
Line 21... Line 21...
21

21

22
/**
22
/**
23
 * ExternalContext abstracts context, request and response information so that compile-time
23
 * ExternalContext abstracts context, request and response information so that compile-time
24
 * dependencies on the Servlet API or Portlet API can be removed.
24
 * dependencies on the Servlet API or Portlet API can be removed.
25
 *
25
 *
26
 * It is also possible to use ExternalContext to embed Presentation Server and to provide a
-
 
-
 
26
 * It is also possible to use ExternalContext to embed PresentationServer and to provide a
27
 * web-like request/response interface.
27
 * web-like request/response interface.
28
 */
28
 */
29
public interface ExternalContext extends WebAppExternalContext {
29
public interface ExternalContext extends WebAppExternalContext {
30

30

31
    public static final int SC_OK = 200;
31
    public static final int SC_OK = 200;