Method Summary |
|
abstract public String | getDescription() Briefly describes the function of the Plugin. |
abstract protected MessageFormat | getLinkFormat() The MessageFormat for the replacement string (actual HTML link) that will form the replacement in the regular
(non-"lucky") case. |
abstract protected Log | getLogger() Return the logger for this class. |
abstract protected MessageFormat | getLuckyLinkFormat() The MessageFormat for the replacement string (actual HTML link) that will form the replacement in the "lucky"
case. |
abstract public String | getName() Returns the human-friendly name of this Plugin. |
abstract protected Pattern | getPattern() Get the regexp pattern for finding search links in the input text. |
abstract protected String | getVersion() Return the implementation version. |
public void | init(WebsiteData website) Initialize. |
public String | render(WeblogEntryData entry, String str) Apply plugin to content of specified String.
Parameters: str - String to which plugin should be applied. |