public class GatewaySelectViewBean extends AMViewBeanBase (Code)
The viewbean that provides the select Gateway admin UI. Lists all the
available gateway instance profile(s) and allow the administrator to delete
or modify them. Also allows the administrators to create new gateway instance
profile. The viewbean works with other viewbeans to support the above
functionality.
final public static String SELECT_GATEWAY_SESSION_INFO(Code)
Constructor Detail
GatewaySelectViewBean
public GatewaySelectViewBean(String pageName)(Code)
This constructor will be used by the subclass view bean. It does not set
the display url, and the subclass needs to do that.
Parameters: pageName - The name of the page.