public class InstallationStepsUIBean
extends Object
Bean responsible for making the request to an agent for installation steps on a particular package. Currently,
the steps are cached in this bean after the call to the agent. If the user makes another requst to translate steps,
the steps from the previous call (and other package) will be lost. Thus subsequent requests to view previously
displayed installation steps will result in new requests sent to the agent.
There may be a need in the future to cache these somewhere. However, since we do not receive incremental step updates
during the deployment process, there is less of a need to cache or persist these.
- Author:
- Jason Dobies