cyber.web.form
Class Attributable
java.lang.Object
|
+--cyber.web.form.AbstractDecomposable
|
+--cyber.web.form.Attributable
- All Implemented Interfaces:
- Decomposable
- public class Attributable
- extends AbstractDecomposable
- Author:
- cying
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Attributable
public Attributable()
getAttribute
public Object getAttribute(String name)
getAttributeNames
public Iterator getAttributeNames()
removeAttribute
public Object removeAttribute(String name)
setAttribute
public void setAttribute(String name,
Object value)
removeAllAttributes
public void removeAllAttributes()
decompose
public void decompose(DecomposeQueue queue)
- Description copied from interface:
Decomposable
- Called by
DecomposeQueue to indicate a request for
decomposition. This methods should call
DecomposeQueue.enqueue(Decomposable decomp) to put other
decomposables into the queue, not by calling their #decompose()
directly.
- Overrides:
decompose in class AbstractDecomposable
- Following copied from interface:
cyber.web.form.Decomposable
- Parameters:
queue - The decompose queue.
Copyright 2000-2002 Apache Software Foundation.