|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

public interface ComponentContext
Encapsulation of the current state of execution.
| Method Summary | |
|---|---|
void |
addAll(java.util.Map<java.lang.String,ComponentAttribute> newAttributes)
Add all attributes to the context. |
void |
addMissing(java.util.Map<java.lang.String,ComponentAttribute> defaultAttributes)
Add all attributes to the context |
void |
clear()
Clear the attributes |
ComponentAttribute |
findAttribute(java.lang.String beanName,
javax.servlet.jsp.PageContext pageContext)
Find the attribute |
ComponentAttribute |
getAttribute(java.lang.String name)
Retrieve the named attribute. |
ComponentAttribute |
getAttribute(java.lang.String beanName,
int scope,
javax.servlet.jsp.PageContext pageContext)
Find the named attribute. |
java.util.Iterator<java.lang.String> |
getAttributeNames()
Iterator of all attribute names. |
void |
putAttribute(java.lang.String name,
ComponentAttribute value)
Add the specified attribute. |
| Method Detail |
|---|
void addAll(java.util.Map<java.lang.String,ComponentAttribute> newAttributes)
newAttributes - the attributes to be added.void addMissing(java.util.Map<java.lang.String,ComponentAttribute> defaultAttributes)
defaultAttributes - attributes which should be present.ComponentAttribute getAttribute(java.lang.String name)
name - key name for the attribute.
java.util.Iterator<java.lang.String> getAttributeNames()
void putAttribute(java.lang.String name,
ComponentAttribute value)
name - name of the attributevalue - value of the attribute
ComponentAttribute findAttribute(java.lang.String beanName,
javax.servlet.jsp.PageContext pageContext)
beanName - name of the beanpageContext - current pageContext.
ComponentAttribute getAttribute(java.lang.String beanName,
int scope,
javax.servlet.jsp.PageContext pageContext)
beanName - name of the beanscope - scope of the beanpageContext - current pageContext
void clear()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||