org.opoo.press.converter
类 TxtmarkMarkdownConverter
java.lang.Object
org.opoo.press.converter.TxtmarkMarkdownConverter
- 所有已实现的接口:
- Converter, Initializable, Ordered
public class TxtmarkMarkdownConverter
- extends java.lang.Object
- implements Converter, Initializable
A txtmark implemented converter.
- 作者:
- Alex Lin
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TxtmarkMarkdownConverter
public TxtmarkMarkdownConverter()
initialize
public void initialize(Site site)
- 指定者:
- 接口
Initializable 中的 initialize
getOrder
public int getOrder()
- 指定者:
- 接口
Ordered 中的 getOrder
matches
public boolean matches(Source src)
- 从接口
Converter 复制的描述
- Determine this converter matches the specified source.
- 指定者:
- 接口
Converter 中的 matches
- 返回:
- return true if matched
convert
public java.lang.String convert(java.lang.String content)
- 从接口
Converter 复制的描述
- Convert the content.
- 指定者:
- 接口
Converter 中的 convert
- 返回:
- converted content
getOutputFileExtension
public java.lang.String getOutputFileExtension(Source src)
- 从接口
Converter 复制的描述
- The converted content filename extension, must start with a '.',
such as '.html'.
- 指定者:
- 接口
Converter 中的 getOutputFileExtension
- 返回:
- file extension start with a '.'
Copyright © 2013 Opoo.org. All Rights Reserved.