|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRenderDependencyTag
Represents a render dependency tag. A tag has a name, a number of attributes, and optionally some text.
| Nested Class Summary | |
|---|---|
static class |
IRenderDependencyTag.Factory
Factory to create a default implementation. |
| Method Summary | |
|---|---|
String |
getAttribute(String name)
Returns the value of an attribute. |
Set<String> |
getAttributeNames()
Returns the names of attributes of the tag. |
String |
getName()
Returns the name of the tag. |
String |
getText()
Returns optional text contents of the tag. |
String |
setAttribute(String name,
String value)
Sets an attribute |
void |
setName(String name)
Sets the name of the tag. |
void |
setText(String text)
Sets the text value |
| Method Detail |
|---|
String getName()
void setName(String name)
name - Set<String> getAttributeNames()
String getAttribute(String name)
name -
String setAttribute(String name,
String value)
name - value -
String getText()
void setText(String text)
text -
|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||