org.apache.struts2.views.xdocreport
Class XDocReportResult

java.lang.Object
  extended by org.apache.struts2.dispatcher.StrutsResultSupport
      extended by org.apache.struts2.views.xdocreport.AbstractXDocReportResult
          extended by org.apache.struts2.views.xdocreport.XDocReportResult
All Implemented Interfaces:
com.opensymphony.xwork2.Result, Serializable, org.apache.struts2.StrutsStatics

public class XDocReportResult
extends AbstractXDocReportResult

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts2.views.xdocreport.AbstractXDocReportResult
ACTION_KEY, LAST_MODIFIED
 
Fields inherited from class org.apache.struts2.dispatcher.StrutsResultSupport
DEFAULT_PARAM
 
Fields inherited from interface org.apache.struts2.StrutsStatics
HTTP_REQUEST, HTTP_RESPONSE, PAGE_CONTEXT, SERVLET_CONTEXT, SERVLET_DISPATCHER, STRUTS_ACTION_TAG_INVOCATION, STRUTS_PORTLET_CONTEXT
 
Constructor Summary
XDocReportResult()
           
 
Method Summary
protected  PopulateContextAware getPopulateContextAware(Object action)
           
protected  void populateContext(IXDocReport report, IContext context, String finalLocation, com.opensymphony.xwork2.ActionInvocation invocation)
           
 
Methods inherited from class org.apache.struts2.views.xdocreport.AbstractXDocReportResult
createWEBURIResolver, disableHTTPResponseCache, doExecute, doProcessReport, doProcessReportWithConverter, getContentDisposition, getContentDisposition, getConverter, getConverter, getDownload, getExpressions, getFieldsAsList, getFieldsMetadata, getLocation, getOptionsConverter, getReport, getReportId, getSourceFile, getSourceStream, getSourceStreamFromClasspath, getTemplateEngine, getTemplateEngine, getTrackLastModified, getValue, getXDocReportInitializerAware, isDisableHTTPResponseCache, isDownload, isGenerateContentDisposition, isTrackLastModified, prepareHTTPResponse, prepareHTTPResponse, prepareOptions, setConverter, setDownload, setExpression, setFieldAsList, setTemplateEngine, setTrackLastModified
 
Methods inherited from class org.apache.struts2.dispatcher.StrutsResultSupport
conditionalParse, execute, getLastFinalLocation, getLocation, setEncode, setLocation, setParse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XDocReportResult

public XDocReportResult()
Method Detail

populateContext

protected void populateContext(IXDocReport report,
                               IContext context,
                               String finalLocation,
                               com.opensymphony.xwork2.ActionInvocation invocation)
                        throws Exception
Specified by:
populateContext in class AbstractXDocReportResult
Throws:
XDocReportException
Exception

getPopulateContextAware

protected PopulateContextAware getPopulateContextAware(Object action)


Copyright © 2013. All rights reserved.