|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.turbine.modules.Module
org.apache.turbine.modules.screens.TemplateScreen
org.apache.turbine.TemplateScreen
org.tigris.scarab.screens.RSSDataExport
Sends rss content directly to the output stream, setting the
Content-Type to application/xml; charset=UTF-8.
| Field Summary | |
static java.lang.String |
DEFAULT_FEED_FORMAT
|
static java.lang.String |
FEED_FORMAT_KEY
|
static java.lang.String |
FEED_TYPE_KEY
|
static java.lang.String |
ISSUE_ID_KEY
|
static java.lang.String |
QUERY_ID_KEY
|
static java.lang.String |
USER_ID_KEY
|
| Constructor Summary | |
RSSDataExport()
|
|
| Method Summary | |
void |
doBuildTemplate(org.apache.turbine.RunData data,
org.apache.turbine.TemplateContext context)
Sets the Content-Type header for the response. |
protected ScarabLocalizationTool |
getLocalizationTool(org.apache.turbine.TemplateContext context)
Helper method to retrieve the ScarabLocalizationTool from the Context |
ScarabLink |
getScarabLinkTool(org.apache.turbine.TemplateContext context)
Helper method to retrieve the ScarabRequestTool from the Context |
ScarabRequestTool |
getScarabRequestTool(org.apache.turbine.TemplateContext context)
Helper method to retrieve the ScarabRequestTool from the Context |
| Methods inherited from class org.apache.turbine.modules.Module |
build, doBuild, doBuildTemplate, evaluate, execute, getPullService, getTemplateContext, getTemplateService, getTool, handleRequest, handleRequest, requestFinished, setTarget, setTemplate, templateExists |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String DEFAULT_FEED_FORMAT
public static final java.lang.String QUERY_ID_KEY
public static final java.lang.String ISSUE_ID_KEY
public static final java.lang.String USER_ID_KEY
public static final java.lang.String FEED_TYPE_KEY
public static final java.lang.String FEED_FORMAT_KEY
| Constructor Detail |
public RSSDataExport()
| Method Detail |
public void doBuildTemplate(org.apache.turbine.RunData data,
org.apache.turbine.TemplateContext context)
throws java.lang.Exception
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.
java.lang.Exceptionprotected final ScarabLocalizationTool getLocalizationTool(org.apache.turbine.TemplateContext context)
public ScarabRequestTool getScarabRequestTool(org.apache.turbine.TemplateContext context)
public ScarabLink getScarabLinkTool(org.apache.turbine.TemplateContext context)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||