|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FreeLinkPattern
A kind of free link, and the url pattern into which name of the free link should be placed.
Any occurance of the substring [[RESOURCE_NAME]] will be replaced with the name of the free link. For example, for the pattern /docs/[[RESOURCE_NAME]].html, the [[hello]] free link will be rendered as /docs/hello.html
| Method Summary | |
|---|---|
java.lang.String |
getMarkdownReplacementPattern()
Returns the replacement pattern, wrapped in Markout. |
java.lang.String |
getMatcherPattern()
Returns the matcher patten. |
java.lang.String |
getReplacementPattern()
Returns the replacement pattern. |
void |
setReplacementPattern(java.lang.String replacementPattern)
Sets the replacement pattern. |
| Method Detail |
|---|
void setReplacementPattern(java.lang.String replacementPattern)
/docs/[[RESOURCE_NAME]].html.
replacementPattern - Replacement patternjava.lang.String getMatcherPattern()
java.lang.String getReplacementPattern()
java.lang.String getMarkdownReplacementPattern()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||