Copyright© 2008-2026 Sitevision AB, all rights reserved.
| Modifier and Type | Method and Description |
|---|---|
CustomLinkRenderData |
getRenderData(String aLinkURL)
Gets custom render data for a link URL accepted by this link processor.
|
String |
validate(String aLinkURL,
Locale aLocale)
Validates a link URL accepted by this link processor.
|
String validate(String aLinkURL, Locale aLocale)
Note! This method will only be called if Filter.accept(Object)
returns true for aLinkURL.
aLinkURL - the link URL to validateaLocale - the Locale to use for potential validation error messagenull if validation passesCustomLinkRenderData getRenderData(String aLinkURL)
Note! This method will only be called if Filter.accept(Object)
returns true for aLinkURL.
aLinkURL - the link URL that should be renderednull if no custom render data is to be usedSitevision - Content Management Made Easy
Sitevision is an advanced Java enterprise portal product that implements Java Content Repository (JSR 283).
Copyright© 2008-2026 Sitevision AB, all rights reserved.