Uses of Interface
org.apache.sling.engine.RequestInfo
-
Packages that use RequestInfo Package Description org.apache.sling.engine org.apache.sling.engine.impl.console org.apache.sling.engine.impl.debug -
-
Uses of RequestInfo in org.apache.sling.engine
Methods in org.apache.sling.engine that return RequestInfo Modifier and Type Method Description RequestInfoRequestInfoProvider. getRequestInfo(String id)Get the request info for the idMethods in org.apache.sling.engine that return types with arguments of type RequestInfo Modifier and Type Method Description Iterable<RequestInfo>RequestInfoProvider. getRequestInfos()Get the request infos -
Uses of RequestInfo in org.apache.sling.engine.impl.console
Methods in org.apache.sling.engine.impl.console with parameters of type RequestInfo Modifier and Type Method Description StringRequestHistoryConsolePlugin. getLabel(RequestInfo info) -
Uses of RequestInfo in org.apache.sling.engine.impl.debug
Methods in org.apache.sling.engine.impl.debug that return RequestInfo Modifier and Type Method Description RequestInfoRequestInfoProviderImpl. getRequestInfo(String id)Methods in org.apache.sling.engine.impl.debug that return types with arguments of type RequestInfo Modifier and Type Method Description Iterable<RequestInfo>RequestInfoProviderImpl. getRequestInfos()
-