@ConsumerType public abstract class ResourceValidatorWrapper extends Object implements ResourceValidator, javax.faces.FacesWrapper<ResourceValidator>
| Constructor and Description |
|---|
ResourceValidatorWrapper() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsBannedPath(String resourceId) |
abstract ResourceValidator |
getWrapped() |
boolean |
isBannedSequence(String resourceId) |
boolean |
isFaceletDocument(javax.faces.context.FacesContext facesContext,
String resourceId) |
boolean |
isSelfReferencing(javax.faces.context.FacesContext facesContext,
String resourceId) |
boolean |
isValidLibraryName(String libraryName) |
boolean |
isValidResourceName(String resourceName) |
public abstract ResourceValidator getWrapped()
getWrapped in interface javax.faces.FacesWrapper<ResourceValidator>public boolean containsBannedPath(String resourceId)
containsBannedPath in interface ResourceValidatorpublic boolean isBannedSequence(String resourceId)
isBannedSequence in interface ResourceValidatorpublic boolean isFaceletDocument(javax.faces.context.FacesContext facesContext,
String resourceId)
isFaceletDocument in interface ResourceValidatorpublic boolean isSelfReferencing(javax.faces.context.FacesContext facesContext,
String resourceId)
isSelfReferencing in interface ResourceValidatorpublic boolean isValidLibraryName(String libraryName)
isValidLibraryName in interface ResourceValidatorpublic boolean isValidResourceName(String resourceName)
isValidResourceName in interface ResourceValidatorCopyright © 2020 Liferay, Inc.. All rights reserved.