it.eng.spago.taglib.sourcebean
Class GetValueTag

java.lang.Object
  extended by TagSupport
      extended by it.eng.spago.taglib.sourcebean.GetValueTag

public class GetValueTag
extends TagSupport

Write the String value of an SourceBean present in PageContext.

Author:
buso

Field Summary
protected static MessageBundleReference messages
          The message resources for this package.
static java.lang.String PAGE_CONTEXT_SCOPE
           
 
Constructor Summary
GetValueTag()
          Constructor for GetValueTag.
 
Method Summary
 int doStartTag()
           
 java.lang.String getScope()
           
 void setId(java.lang.String id)
           
 void setProperty(java.lang.String prop)
           
 void setScope(java.lang.String _scope)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PAGE_CONTEXT_SCOPE

public static final java.lang.String PAGE_CONTEXT_SCOPE

messages

protected static MessageBundleReference messages
The message resources for this package.

Constructor Detail

GetValueTag

public GetValueTag()
Constructor for GetValueTag.

Method Detail

doStartTag

public int doStartTag()
               throws JspException
Throws:
JspException

setId

public void setId(java.lang.String id)

setProperty

public void setProperty(java.lang.String prop)

getScope

public java.lang.String getScope()

setScope

public void setScope(java.lang.String _scope)