com.mentata.sg8
Class SG8EmailAttribute
java.lang.Object
com.mentata.l3d.L3DAttribute
com.mentata.sg8.SG8StringAttribute
com.mentata.sg8.SG8EmailAttribute
- All Implemented Interfaces:
- Comparator, SG8Attribute
- public class SG8EmailAttribute
- extends SG8StringAttribute
An email attribute for use with SG8 objects.
Instances of this attribute type represent sets of email addresses. HTML values are translated to obfuscated mailto hyperlinks.
- Since:
- 0.7
- Author:
- Jon Roberts
|
Method Summary |
String[] |
getHTMLValues()
Returns the attribute values as translated to obfuscated mailto hyperlinks. |
| Methods inherited from class com.mentata.l3d.L3DAttribute |
addValue, compare, getAttribute, getBind, getContext, getLabel, getLengthThreshold, getName, getObject, getObject, getPrerequisites, getShortValues, getSize, getThreshold, getValues, initialize, isBound, isExceeded, isGenerated, isLengthExceeded, isMultivalue, isRequired, removeValue, same, setGenerated, setLabel, setLengthThreshold, setPrerequisites, setThreshold, setValues |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SG8EmailAttribute
public SG8EmailAttribute()
getHTMLValues
public String[] getHTMLValues()
throws SG8Exception
- Returns the attribute values as translated to obfuscated mailto hyperlinks.
- Specified by:
getHTMLValues in interface SG8Attribute- Overrides:
getHTMLValues in class SG8StringAttribute
- Returns:
- obfuscated mailto hyperlinks
- Throws:
SG8Exception