public static class TagGenerator.TagPage extends AbstractConvertible implements Page
log| Constructor and Description |
|---|
TagGenerator.TagPage(Site site,
String template) |
| Modifier and Type | Method and Description |
|---|---|
void |
convert() |
Object |
get(String string) |
String |
getContent() |
Date |
getDate() |
String |
getDateFormatted() |
String |
getLayout() |
File |
getOutputFile(File dest) |
String |
getOutputFileExtension() |
Pager |
getPager() |
String |
getPath() |
String |
getPermalink() |
List<Post> |
getPosts() |
protected Renderer |
getRenderer() |
Source |
getSource() |
String |
getTitle() |
Date |
getUpdated() |
String |
getUpdatedFormatted() |
String |
getUrl() |
boolean |
isComments() |
boolean |
isFooter() |
boolean |
isSidebar() |
protected void |
mergeRootMap(Map<String,Object> rootMap) |
void |
render(Map<String,Object> rootMap) |
void |
set(String name,
Object value) |
void |
setContent(String content) |
void |
setPager(Pager pager) |
void |
setPosts(List<Post> posts) |
void |
setTitle(String title) |
void |
setUrl(String url) |
getUrlForOutputFile, writeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwritepublic void render(Map<String,Object> rootMap)
render in interface Convertiblerender in class AbstractConvertiblepublic String getUrl()
getUrl in interface BasegetUrl in class AbstractConvertiblepublic void setUrl(String url)
public Source getSource()
getSource in interface BasegetSource in class AbstractConvertiblepublic String getContent()
getContent in interface BasegetContent in class AbstractConvertiblepublic String getLayout()
getLayout in interface BasegetLayout in class AbstractConvertiblepublic String getPermalink()
getPermalink in interface Basepublic Date getUpdated()
getUpdated in interface Basepublic String getDateFormatted()
getDateFormatted in interface Basepublic String getUpdatedFormatted()
getUpdatedFormatted in interface Basepublic void setContent(String content)
setContent in class AbstractConvertiblepublic String getOutputFileExtension()
getOutputFileExtension in class AbstractConvertibleprotected Renderer getRenderer()
getRenderer in class AbstractConvertiblepublic void convert()
convert in interface Convertibleprotected void mergeRootMap(Map<String,Object> rootMap)
mergeRootMap in class AbstractConvertiblepublic void setTitle(String title)
public boolean isFooter()
public boolean isSidebar()
public File getOutputFile(File dest)
getOutputFile in interface ConvertiblegetOutputFile in class AbstractConvertiblepublic boolean isComments()
Copyright © 2014-2015 Opoo.org. All Rights Reserved.