public class HttpResourcePointcut extends Object implements org.mule.runtime.policy.api.AttributeAwarePointcut, Serializable
| Modifier and Type | Field and Description |
|---|---|
static org.mule.runtime.api.component.ComponentIdentifier |
HTTP_LISTENER_COMPONENT_IDENTIFIER |
static org.mule.runtime.api.component.ComponentIdentifier |
HTTP_REQUEST_COMPONENT_IDENTIFIER |
| Constructor and Description |
|---|
HttpResourcePointcut(String pathRegex,
String methodRegex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getMethod() |
String |
getPath() |
int |
hashCode() |
boolean |
matches(org.mule.runtime.policy.api.PolicyPointcutParameters policyPointcutParameters) |
org.mule.runtime.policy.api.PolicyAwareAttributes |
sourcePolicyAwareAttributes() |
String |
toString() |
public static final org.mule.runtime.api.component.ComponentIdentifier HTTP_REQUEST_COMPONENT_IDENTIFIER
public static final org.mule.runtime.api.component.ComponentIdentifier HTTP_LISTENER_COMPONENT_IDENTIFIER
public boolean matches(org.mule.runtime.policy.api.PolicyPointcutParameters policyPointcutParameters)
matches in interface org.mule.runtime.policy.api.PolicyPointcutpublic org.mule.runtime.policy.api.PolicyAwareAttributes sourcePolicyAwareAttributes()
sourcePolicyAwareAttributes in interface org.mule.runtime.policy.api.AttributeAwarePointcutpublic String getPath()
public String getMethod()
Copyright © 2014–2023 MuleSoft, Inc.. All rights reserved.