Package org.apache.sling.engine
Interface RequestInfo
@ProviderType
public interface RequestInfo
Information about a single request.
- Since:
- 2.5
- See Also:
-
Method Details
-
getId
Get the unique id for the request- Returns:
- The id
-
getMethod
Get the request method- Returns:
- The request method
-
getPath
Get the requested path- Returns:
- The path
-
getUserId
Get the user id for the request- Returns:
- the user id or
null
-
getLog
Get the log for the request- Returns:
- The request log, multi-line output
-