ERD2WProgressPage Class Reference

Inherits er::directtoweb::pages::ERD2WMessagePage.

Inherited by ERD2WProgressPageTemplate.

Collaboration diagram for ERD2WProgressPage:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 ERD2WProgressPage (WOContext context)
ERXLongResponseTask longResponseTask ()
int percentCompleted ()
void setLongResponseTask (ERXLongResponseTask longResponseTask)
void setPercentCompleted (int value)
boolean shouldShowProgressBar ()

Protected Attributes

ERXLongResponseTask _longResponseTask
int _percentCompleted = -1

Static Private Attributes

static final Logger log = Logger.getLogger(ERD2WProgressPage.class)


Detailed Description

Displays progress by using a ERXLongResponse.Task. Very useful for sending mail and the like. You call up this page and give it a long running task. The task is currently responsible for returning the correct page for each stage. Work in progress.
Author:
ak on Wed Feb 04 2004 ERDirectToWeb

Constructor & Destructor Documentation

ERD2WProgressPage ( WOContext  context  ) 

Public constructor

Parameters:
context the context


Member Function Documentation

ERXLongResponseTask longResponseTask (  ) 

int percentCompleted (  ) 

void setLongResponseTask ( ERXLongResponseTask  longResponseTask  ) 

void setPercentCompleted ( int  value  ) 

boolean shouldShowProgressBar (  ) 


Member Data Documentation

holds the task

int _percentCompleted = -1 [protected]

holds the completed percentage

final Logger log = Logger.getLogger(ERD2WProgressPage.class) [static, private]

logging support

Reimplemented from ERD2WMessagePage.

Reimplemented in ERD2WProgressPageTemplate.


The documentation for this class was generated from the following file:

Generated on Sat May 26 06:42:58 2012 for Project Wonder by  doxygen 1.5.8