org.apache.sling.engine.impl.request
Class ContentData
java.lang.Object
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContentData
public ContentData(org.apache.sling.api.resource.Resource resource,
org.apache.sling.api.request.RequestPathInfo requestPathInfo)
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-2014 The Apache Software Foundation. All Rights Reserved.