GetPropertyAsStringExtraInfo Class

com.bea.p13n.usermgmt.profile.taglib
GetPropertyAsStringExtraInfo Class

public class GetPropertyAsStringExtraInfo

    extends TagExtraInfo

Sets JSP page-scoped variables as a result of the <profile:getPropertyAsString> tag. This can include an id to assign the returned property value.


Hierarchy
Object
  TagExtraInfo
    GetPropertyAsStringExtraInfo

Constructor Summary

GetPropertyAsStringExtraInfo()

 

Method Summary

public VariableInfo[]
getVariableInfo(TagData data)
Create an array of VariableInfo objects containing information about the variables to create.
public boolean
isValid(TagData data)
 
Methods from  javax.servlet.jsp.tagext.TagExtraInfo
getTagInfo, setTagInfo
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

GetPropertyAsStringExtraInfo

public GetPropertyAsStringExtraInfo()
 

Method Detail

getVariableInfo(TagData) Method

public VariableInfo[] getVariableInfo(TagData data)
Create an array of VariableInfo objects containing information about the variables to create.

Overrides
TagExtraInfo.getVariableInfo(TagData)

isValid(TagData) Method

public boolean isValid(TagData data)
Overrides
TagExtraInfo.isValid(TagData)