Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webengine.app
Class DefaultContext

java.lang.Object
  extended by org.nuxeo.ecm.webengine.model.impl.AbstractWebContext
      extended by org.nuxeo.ecm.webengine.app.DefaultContext
All Implemented Interfaces:
WebContext, Adaptable

public class DefaultContext
extends AbstractWebContext

Author:
Bogdan Stefanescu

Field Summary
 
Fields inherited from class org.nuxeo.ecm.webengine.model.impl.AbstractWebContext
DEFAULT_LOCALE, LOCALE_SESSION_KEY
 
Fields inherited from interface org.nuxeo.ecm.webengine.model.WebContext
NUXEO_WEBENGINE_BASE_PATH
 
Constructor Summary
DefaultContext(HttpServletRequest request)
           
 
Method Summary
 HttpHeaders getHttpHeaders()
          Deprecated. 
 UriInfo getUriInfo()
          Deprecated. 
 void setHttpHeaders(HttpHeaders headers)
           
 void setUriInfo(UriInfo info)
           
 
Methods inherited from class org.nuxeo.ecm.webengine.model.impl.AbstractWebContext
checkGuard, createBindings, getAdapter, getBasePath, getBaseURL, getCookie, getCookie, getCoreSession, getCurrentScriptDirectory, getCurrentScriptFile, getEngine, getFile, getForm, getLocale, getLog, getLoginPath, getMessage, getMessage, getMessage, getMessageL, getMessageL, getMessageL, getMethod, getModule, getModulePath, getPrincipal, getProperty, getProperty, getRequest, getRoot, getServerURL, getTargetAdapter, getTargetObject, getURI, getURL, getUrlPath, getUrlPath, getUrlPathBuffer, getUserSession, head, isRepositorySupportDisabled, newAdapter, newObject, newObject, pop, popScriptFile, push, pushScriptFile, render, render, render, runScript, runScript, runScript, setIsRepositorySupportDisabled, setLocale, setModule, setProperty, setRoot, tail
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultContext

public DefaultContext(HttpServletRequest request)
Method Detail

getHttpHeaders

@Deprecated
public HttpHeaders getHttpHeaders()
Deprecated. 

Description copied from interface: WebContext
Gets HTTP Headers as defined by JAX-RS.

Returns:
HTTP headers object

getUriInfo

@Deprecated
public UriInfo getUriInfo()
Deprecated. 

Description copied from interface: WebContext
Gets the JAX-RS UriInfo.

Returns:
the uri info

setUriInfo

public void setUriInfo(UriInfo info)

setHttpHeaders

public void setHttpHeaders(HttpHeaders headers)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.