org.apache.struts2.views.xdocreport
Class LazyXDocReportResult

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.LazyXDocReportResult
All Implemented Interfaces:
com.opensymphony.xwork2.Result, Serializable, org.apache.struts2.StrutsStatics

public class LazyXDocReportResult
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
LazyXDocReportResult()
           
 
Method Summary
protected  void populateContext(IXDocReport report, IContext context, String finalLocation, com.opensymphony.xwork2.ActionInvocation invocation)
           
protected  void populateContext(IXDocReport report, IContext context, String expression, 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

LazyXDocReportResult

public LazyXDocReportResult()
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
Parameters:
report -
finalLocation -
invocation -
Throws:
XDocReportException
Exception

populateContext

protected void populateContext(IXDocReport report,
                               IContext context,
                               String expression,
                               String finalLocation,
                               com.opensymphony.xwork2.ActionInvocation invocation)
                        throws Exception
Throws:
Exception


Copyright © 2013. All rights reserved.