public class PostImpl extends AbstractBase implements Post, Comparable<Post>
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
DEFAUL_EXCERPT_SEPARATOR |
static Pattern |
FILENAME_PATTERN |
log| 限定符和类型 | 方法和说明 |
|---|---|
int |
compareTo(Post o) |
void |
convert() |
List<Category> |
getCategories() |
String |
getExcerpt() |
String |
getId() |
Post |
getNext() |
Post |
getPrevious() |
List<Post> |
getRelatedPosts() |
List<String> |
getStringCategories() |
List<String> |
getStringTags() |
List<Tag> |
getTags() |
String |
getTitle() |
boolean |
isExcerpted() |
boolean |
isPublished() |
protected void |
mergeRootMap(Map<String,Object> rootMap) |
void |
render(Map<String,Object> rootMap) |
void |
setCategories(List<Category> categories) |
void |
setNext(Post next) |
void |
setPrevious(Post previous) |
void |
setTags(List<Tag> tags) |
containsHighlightCodeBlock, get, getContent, getConverter, getDate_formatted, getDate, getDateFormatted, getLayout, getOutputFileExtension, getPath, getPermalink, getRenderer, getSite, getSource, getUpdated_formatted, getUpdated, getUpdatedFormatted, getUrl, getUrlForOutputFile, set, setContent, setUrlgetOutputFile, writeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOutputFile, writeget, getContent, getDate, getDateFormatted, getLayout, getPath, getPermalink, getSource, getUpdated, getUpdatedFormatted, getUrl, setpublic static Pattern FILENAME_PATTERN
public void convert()
convert 在接口中 Convertibleconvert 在类中 AbstractBasepublic String getExcerpt()
getExcerpt 在接口中 Postpublic boolean isExcerpted()
isExcerpted 在接口中 Postpublic boolean isPublished()
public void setPrevious(Post previous)
setPrevious 在接口中 Postpublic Post getPrevious()
getPrevious 在接口中 Postpublic int compareTo(Post o)
compareTo 在接口中 Comparable<Post>public void render(Map<String,Object> rootMap)
render 在接口中 Convertiblerender 在类中 AbstractConvertiblerootMap - root object for FreeMarker templateprotected void mergeRootMap(Map<String,Object> rootMap)
mergeRootMap 在类中 AbstractBasepublic List<Category> getCategories()
getCategories 在接口中 Postpublic void setCategories(List<Category> categories)
categories - the categories to setCopyright © 2014 Opoo.org. All Rights Reserved.