Class ContentData
- java.lang.Object
-
- org.apache.sling.engine.impl.request.ContentData
-
public class ContentData extends Object
TheContentDataclass provides objects which are relevant for the processing of a single Content object by its Component.- See Also:
RequestData
-
-
Constructor Summary
Constructors Constructor Description ContentData(org.apache.sling.api.resource.Resource resource, org.apache.sling.api.request.RequestPathInfo requestPathInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.sling.api.request.RequestPathInfogetRequestPathInfo()org.apache.sling.api.resource.ResourcegetResource()javax.servlet.ServletgetServlet()voidsetServlet(javax.servlet.Servlet servlet)
-