|
|||||||||
| Home >> All >> org >> roller >> presentation >> velocity >> plugins >> [ textile overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.roller.presentation.velocity.plugins.textile
Class TextilePlugin

java.lang.Objectorg.roller.presentation.velocity.plugins.textile.TextilePlugin
- All Implemented Interfaces:
- org.roller.presentation.velocity.PagePlugin
- public class TextilePlugin
- extends java.lang.Object
- implements org.roller.presentation.velocity.PagePlugin
- extends java.lang.Object
| Field Summary | |
private Textile |
mTextile
|
| Constructor Summary | |
TextilePlugin()
|
|
| Method Summary | |
void |
init(org.roller.presentation.RollerRequest rreq,
org.apache.velocity.context.Context ctx)
Put plugin into the page context so templates may access it. |
java.lang.String |
render(java.lang.String src)
Convert an input string that contains text that uses the Textile syntax to an output string in HTML format. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
mTextile
private Textile mTextile
| Constructor Detail |
TextilePlugin
public TextilePlugin()
| Method Detail |
init
public void init(org.roller.presentation.RollerRequest rreq, org.apache.velocity.context.Context ctx)
- Put plugin into the page context so templates may access it.
- Specified by:
initin interfaceorg.roller.presentation.velocity.PagePlugin
render
public java.lang.String render(java.lang.String src)
- Convert an input string that contains text that uses the Textile
syntax to an output string in HTML format.
|
|||||||||
| Home >> All >> org >> roller >> presentation >> velocity >> plugins >> [ textile overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.roller.presentation.velocity.plugins.textile.TextilePlugin