org.apache.sling.engine.impl.request
Class ContentData

java.lang.Object
  extended by org.apache.sling.engine.impl.request.ContentData

public class ContentData
extends Object

The ContentData class provides objects which are relevant for the processing of a single Content object by its Component.

See Also:
RequestData

Constructor Summary
ContentData(org.apache.sling.api.resource.Resource resource, org.apache.sling.api.request.RequestPathInfo requestPathInfo)
           
 
Method Summary
 org.apache.sling.api.request.RequestPathInfo getRequestPathInfo()
           
 org.apache.sling.api.resource.Resource getResource()
           
 javax.servlet.Servlet getServlet()
           
 void setServlet(javax.servlet.Servlet servlet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentData

public ContentData(org.apache.sling.api.resource.Resource resource,
                   org.apache.sling.api.request.RequestPathInfo requestPathInfo)
Method Detail

getResource

public org.apache.sling.api.resource.Resource getResource()

getRequestPathInfo

public org.apache.sling.api.request.RequestPathInfo getRequestPathInfo()

getServlet

public javax.servlet.Servlet getServlet()

setServlet

public void setServlet(javax.servlet.Servlet servlet)


Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.