ContentContext Class

com.bea.content
ContentContext Class

public class ContentContext

    extends Object

Hierarchy
Object
  ContentContext

Field Summary

protected P13nContextHandler
handler
P13nContextHandler
protected HttpServletRequest
request
HttpServletRequest
 

Constructor Summary

ContentContext()

ContentContext(HttpServletRequest request)

 

Method Summary

public P13nContextHandler
getP13nContextHandler()
public HttpServletRequest
getRequest()
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Field Detail

handler

protected P13nContextHandler handler


request

protected HttpServletRequest request

 

Constructor Detail

ContentContext

public ContentContext()

ContentContext

public ContentContext(HttpServletRequest request)
 

Method Detail

getP13nContextHandler() Method

public P13nContextHandler getP13nContextHandler()

getRequest() Method

public HttpServletRequest getRequest()