public interface RequestContext
Modifier and Type | Method and Description |
---|---|
String |
getAttribute(String name) |
Properties |
getProperties() |
Request |
getRequest()
Return the client request.
|
String |
getResourcePath() |
String |
getServletContextUrl() |
boolean |
isFromAnotherArtifactory() |
void |
setAttribute(String name,
String value) |
boolean isFromAnotherArtifactory()
String getResourcePath()
String getServletContextUrl()
Properties getProperties()
Request getRequest()
Copyright © 2019. All rights reserved.