public interface PolicyPointcutParametersPathExtractor
| Modifier and Type | Method and Description |
|---|---|
String |
getPath(org.mule.runtime.policy.api.PolicyPointcutParameters parameters)
Extracts the path from a
PolicyPointcutParameters, since they may expose different paths from an incoming HTTP
request, like the full path or the masked path, Depending on configuration, one or another should be used. |
String getPath(org.mule.runtime.policy.api.PolicyPointcutParameters parameters)
PolicyPointcutParameters, since they may expose different paths from an incoming HTTP
request, like the full path or the masked path, Depending on configuration, one or another should be used.parameters - parameters used to evaluate the pointcut created using the current request. Non null.Copyright © 2014–2025 MuleSoft, Inc.. All rights reserved.