org.w3c.jigsaw.auth
Class IPTemplatesAttribute
java.lang.Object
org.w3c.tools.resources.Attribute
org.w3c.tools.resources.ArrayAttribute
org.w3c.jigsaw.auth.IPTemplatesAttribute
- All Implemented Interfaces:
- java.io.Serializable
public class IPTemplatesAttribute
- extends ArrayAttribute
The IPTemplates attribute description.
Maintains a list of IP templates (short arrays, to allow for the splash).
- See Also:
- Serialized Form
Method Summary |
boolean |
checkValue(java.lang.Object obj)
Is the given value a valid IPTemplates value ? |
java.lang.String[] |
pickle(java.lang.Object array)
Pickle an attribute array into a String array. |
java.lang.Object |
unpickle(java.lang.String[] array)
Unpickle an attribute array from a string array. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IPTemplatesAttribute
public IPTemplatesAttribute(java.lang.String name,
short[][] defs,
int flags)
IPTemplatesAttribute
public IPTemplatesAttribute()
checkValue
public boolean checkValue(java.lang.Object obj)
- Is the given value a valid IPTemplates value ?
- Specified by:
checkValue
in class Attribute
- Parameters:
obj
- The object to test.
- Returns:
- A boolean true if this object can be used
as a value for this attribute.
- Throws:
IllegalAttributeAccess
- If the provided value doesn't pass the
test.
pickle
public java.lang.String[] pickle(java.lang.Object array)
- Description copied from class:
ArrayAttribute
- Pickle an attribute array into a String array.
- Specified by:
pickle
in class ArrayAttribute
- Parameters:
array
- the attribute array
- Returns:
- a String array
unpickle
public java.lang.Object unpickle(java.lang.String[] array)
- Description copied from class:
ArrayAttribute
- Unpickle an attribute array from a string array.
- Specified by:
unpickle
in class ArrayAttribute
- Parameters:
array
- the String array
- Returns:
- a Object array