|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LoomTag
| Method Summary | |
|---|---|
TagAttributes |
getExtendedAttributes()
|
LoomServletRequest |
getRequest()
|
java.lang.Object |
getScopedAttribute(java.lang.String name,
Scope scope)
Get a scoped var |
void |
setExtendedAttribute(java.lang.String name,
java.lang.Object value)
Add an attribute not suported by the HTML 5 spec |
void |
setScopedAttribute(java.lang.String name,
java.lang.Object value,
Scope scope)
Create a scoped attribute |
| Method Detail |
|---|
void setScopedAttribute(java.lang.String name,
java.lang.Object value,
Scope scope)
name - the attribute namevalue - the valuescope - the scope of the attribute. Cannot be null.
java.lang.Object getScopedAttribute(java.lang.String name,
Scope scope)
name - the var namescope - the scope of the var. If null checks them allLoomServletRequest getRequest()
TagAttributes getExtendedAttributes()
void setExtendedAttribute(java.lang.String name,
java.lang.Object value)
name - the name of the attributevalue - the value of the attribute
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||