com.atlassian.xwork.results
Class RssResult

java.lang.Object
  extended by com.opensymphony.webwork.dispatcher.WebWorkResultSupport
      extended by com.atlassian.xwork.results.RssResult
All Implemented Interfaces:
com.opensymphony.webwork.WebWorkStatics, com.opensymphony.xwork.Result, Serializable

public class RssResult
extends com.opensymphony.webwork.dispatcher.WebWorkResultSupport

See Also:
Serialized Form

Field Summary
static String ATOM
           
static String RSS
           
static String RSS1
           
static String RSS2
           
 
Fields inherited from class com.opensymphony.webwork.dispatcher.WebWorkResultSupport
DEFAULT_PARAM, parse
 
Fields inherited from interface com.opensymphony.webwork.WebWorkStatics
HTTP_REQUEST, HTTP_RESPONSE, PAGE_CONTEXT, SERLVET_DISPATCHER, SERVLET_CONFIG, SERVLET_DISPATCHER
 
Constructor Summary
RssResult()
           
 
Method Summary
protected  void doExecute(String finalDestination, com.opensymphony.xwork.ActionInvocation actionInvocation)
           
 
Methods inherited from class com.opensymphony.webwork.dispatcher.WebWorkResultSupport
execute, setLocation, setParse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RSS

public static final String RSS
See Also:
Constant Field Values

RSS1

public static final String RSS1
See Also:
Constant Field Values

RSS2

public static final String RSS2
See Also:
Constant Field Values

ATOM

public static final String ATOM
See Also:
Constant Field Values
Constructor Detail

RssResult

public RssResult()
Method Detail

doExecute

protected void doExecute(String finalDestination,
                         com.opensymphony.xwork.ActionInvocation actionInvocation)
                  throws Exception
Specified by:
doExecute in class com.opensymphony.webwork.dispatcher.WebWorkResultSupport
Throws:
Exception


Copyright © 2011 Atlassian Pty Ltd. All Rights Reserved.