@Named(value="unique-anchors-validator") public class UniqueAnchorNamesValidatorFactory extends Object implements SinkWrapperFactory
| Constructor and Description |
|---|
UniqueAnchorNamesValidatorFactory() |
| Modifier and Type | Method and Description |
|---|---|
Sink |
createWrapper(Sink sink)
By default all wrappers just delegate each method to the wrapped sink's method.
|
int |
getPriority()
Determines the order of sink wrappers.
|
public UniqueAnchorNamesValidatorFactory()
public Sink createWrapper(Sink sink)
SinkWrapperFactorycreateWrapper in interface SinkWrapperFactorysink - the delegatepublic int getPriority()
SinkWrapperFactorygetPriority in interface SinkWrapperFactoryCopyright © 2005–2024 The Apache Software Foundation. All rights reserved.