public class DefaultBrokenLinkProvider extends BrokenLinkProvider
BROKEN_LINK_PROPERTY| Constructor and Description |
|---|
DefaultBrokenLinkProvider() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
formatMessage(java.lang.Object base,
java.lang.String code,
java.lang.Object[] params) |
Filter |
getBrokenLinkImage(java.lang.Object base,
java.lang.String code,
java.lang.Object[] params)
This method is responsbile for constructing an image that will
represent the missing image in the document.
|
hasBrokenLinkPropertypublic static java.lang.String formatMessage(java.lang.Object base,
java.lang.String code,
java.lang.Object[] params)
public Filter getBrokenLinkImage(java.lang.Object base, java.lang.String code, java.lang.Object[] params)
BrokenLinkProvidergetBrokenLinkImage in class BrokenLinkProviderbase - The object to use for Message decoding.code - This is the reason the image is unavailable should
be taken from ErrorConstants.params - This is more detailed information about
the circumstances of the failure.Copyright ? 2009 Apache Software Foundation. All Rights Reserved.