com.beasys.commerce.portal.admin.jspbeans
Class SelectionJspBean
java.lang.Object
|
+--com.beasys.commerce.portal.admin.jspbeans.SelectionJspBean
- public class SelectionJspBean
- extends java.lang.Object
The is the JSP Bean class for the <jsp:usebean> JSP tag
for selection based Portal Admin Tool pages.
- Version:
- $Revision: 1$, $Date: 2/9/00 10:56:04 AM$
- Author:
- Steve Willcox
|
Field Summary |
protected java.lang.String |
selection
An HTTP request mapping attribute. |
|
Method Summary |
java.lang.String |
getSelection()
Gets the selection attribute. |
void |
setSelection(java.lang.String selection)
Sets the selection attribute. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
selection
protected java.lang.String selection
- An HTTP request mapping attribute.
This attribute is contained in the HTTP request for
the JSP page associated with this <jsp:usebean>.
SelectionJspBean
public SelectionJspBean()
- Creates a new instance of this bean.
getSelection
public java.lang.String getSelection()
- Gets the selection attribute.
- Returns:
- The current selection.
setSelection
public void setSelection(java.lang.String selection)
- Sets the selection attribute.
- Parameters:
The - current selection.
Copyright © 2000 BEA Systems, Inc. All Rights Reserved