| org.tigris.scarab.screens.RSSDataExport
RSSDataExport | public class RSSDataExport extends TemplateScreen (Code) | |
Sends rss content directly to the output stream, setting the
Content-Type to application/xml; charset=UTF-8.
author: Eric Pugh |
DEFAULT_FEED_FORMAT | final public static String DEFAULT_FEED_FORMAT(Code) | | |
FEED_FORMAT_KEY | final public static String FEED_FORMAT_KEY(Code) | | |
doBuildTemplate | public void doBuildTemplate(RunData data, TemplateContext context) throws Exception(Code) | | Sets the Content-Type header for the response. Since this
assumes we're writing the reponse ourself, indicates no target to render
by setting it to null .
|
getLocalizationTool | final protected ScarabLocalizationTool getLocalizationTool(TemplateContext context)(Code) | | Helper method to retrieve the ScarabLocalizationTool from the Context
|
getScarabLinkTool | public ScarabLink getScarabLinkTool(TemplateContext context)(Code) | | Helper method to retrieve the ScarabRequestTool from the Context
|
getScarabRequestTool | public ScarabRequestTool getScarabRequestTool(TemplateContext context)(Code) | | Helper method to retrieve the ScarabRequestTool from the Context
|
|
|