public abstract class AbstractEhcacheRequestValidator extends Object implements RequestValidator
RequestValidator.
| Constructor and Description |
|---|
AbstractEhcacheRequestValidator() |
| Modifier and Type | Method and Description |
|---|---|
protected javax.ws.rs.core.PathSegment |
getCacheManagerPathSegmentAccordingToVersion(List<javax.ws.rs.core.PathSegment> pathSegments) |
void |
validate(javax.ws.rs.core.UriInfo info)
A validator for unsafe Http methods.
|
protected abstract void |
validateAgentSegment(List<javax.ws.rs.core.PathSegment> pathSegments) |
protected void |
validateCacheManagerRequestSegment(List<javax.ws.rs.core.PathSegment> pathSegments) |
protected void |
validateCacheRequestSegment(List<javax.ws.rs.core.PathSegment> pathSegments) |
abstract void |
validateSafe(javax.ws.rs.core.UriInfo info)
A validator for safe Http methods.
|
public abstract void validateSafe(javax.ws.rs.core.UriInfo info)
validateSafe in interface RequestValidatorinfo - for this requestpublic void validate(javax.ws.rs.core.UriInfo info)
validate in interface RequestValidatorinfo - for this requestprotected void validateCacheRequestSegment(List<javax.ws.rs.core.PathSegment> pathSegments)
protected void validateCacheManagerRequestSegment(List<javax.ws.rs.core.PathSegment> pathSegments)
protected javax.ws.rs.core.PathSegment getCacheManagerPathSegmentAccordingToVersion(List<javax.ws.rs.core.PathSegment> pathSegments)
protected abstract void validateAgentSegment(List<javax.ws.rs.core.PathSegment> pathSegments)
Copyright © 2021 Terracotta, Inc.. All rights reserved.