public class OwnerTag extends VarSetterBaseTag
| Constructor and Description |
|---|
OwnerTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doStartTag()
Process the tag, generating and printing the owner information.
|
void |
release()
Release tag state.
|
void |
setOwner(Object owner)
Set the name of the attribute in page, request, session or application scope that holds the
OperationOwner object. |
getVar, setScope, setScopedVariable, setVarpublic void setOwner(Object owner)
OperationOwner object.owner - the name of the scoped attributepublic final int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspException - if the scripting variable can not be found or if there is an error processing the tagpublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class VarSetterBaseTagCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.