|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.taglib.BaseROCFTag
public class BaseROCFTag
The base object for all tag handlers in the SAS Custom Tag Library which do not have a body and need to be created using ROCF
| Field Summary | |
|---|---|
static java.lang.String |
RB_KEY
Static key for referencing the Internationalization Strings for this class |
| Fields inherited from class com.sas.taglib.BaseTag |
|---|
APPLICATION, PAGE, REQUEST, SESSION |
| Constructor Summary | |
|---|---|
BaseROCFTag()
Constructor for BaseROCFTag |
|
| Method Summary | |
|---|---|
java.lang.String |
getConnection()
Returns the connection name. |
com.sas.rmi.Connection |
getConnectionObject()
Gets the connectionObject of the wrappedClass. |
protected void |
initialize(boolean includeAttributes)
Initializes attributes and variables for this tag handler. |
java.lang.Object |
newInstance()
Creates a new instance of the wrapped class using the connection object and ROCF. |
void |
setConnection(java.lang.String connection)
The connection String is used to find the Connection (with in the specified scope) to bind the wrappedClass to. |
void |
setConnectionObject(com.sas.rmi.Connection connectionObject)
Sets the connectionObject of the wrappedClass instance. |
| Field Detail |
|---|
public static final java.lang.String RB_KEY
| Constructor Detail |
|---|
public BaseROCFTag()
| Method Detail |
|---|
protected void initialize(boolean includeAttributes)
initialize in class BaseTagincludeAttributes - Set to true if attributes are to be set to default values.public void setConnection(java.lang.String connection)
connection - the connection String identifying the connection instancepublic java.lang.String getConnection()
public void setConnectionObject(com.sas.rmi.Connection connectionObject)
connectionObject - Sets the connection object to bind the wrappedClasspublic com.sas.rmi.Connection getConnectionObject()
public java.lang.Object newInstance()
throws javax.servlet.jsp.JspException
newInstance in class BaseTagjavax.servlet.jsp.JspException - Thrown if a JspException occurs.BaseTag.setWrappedObject(java.lang.Object),
BaseTag.getWrappedObject()
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||