public class MissingPortletsValidator extends Object implements ImportValidator
| Constructor and Description |
|---|
MissingPortletsValidator() |
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
getResult()
Returns the validation result.
|
String |
resolveRefPath(String rootPath,
String currentSitePath,
String refPath) |
void |
validate(String decodedLocalName,
String decodedQName,
String currentPath,
Attributes atts)
Performs the validation of the element.
|
public ValidationResult getResult()
ImportValidatorgetResult in interface ImportValidatorpublic String resolveRefPath(String rootPath, String currentSitePath, String refPath)
public void validate(String decodedLocalName, String decodedQName, String currentPath, Attributes atts)
ImportValidatorvalidate in interface ImportValidatordecodedLocalName - the decoded local name of the elementdecodedQName - the decoded fully qualified name of the elementcurrentPath - current pathatts - the set of element attributesCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.