public abstract class HstLinkProcessorTemplate extends Object implements HstLinkProcessor
Constructor and Description |
---|
HstLinkProcessorTemplate() |
Modifier and Type | Method and Description |
---|---|
protected abstract HstLink |
doPostProcess(HstLink link) |
protected abstract HstLink |
doPreProcess(HstLink link) |
HstLink |
postProcess(HstLink link)
The postProcess of the HstLink
|
HstLink |
preProcess(HstLink link)
The preProcess of the HstLink
|
public HstLink postProcess(HstLink link)
HstLinkProcessor
postProcess
in interface HstLinkProcessor
public HstLink preProcess(HstLink link)
HstLinkProcessor
preProcess
in interface HstLinkProcessor
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.