|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ideo.sweetdevria.context.RIAContext
public class RIAContext
| Field Summary | |
|---|---|
protected java.util.Map |
attributes
Tag attributes. |
static java.lang.String |
CTX_ESCAPE_TOOL
Key used to store velocity escape tools. |
static java.lang.String |
MESSAGE_KEYS
Message keys map attribute name in BaseTagSupport |
static java.lang.String |
PAGE_CONTEXT_KEY
Key used to store page context. |
protected java.util.Map |
resources
Ressources map. |
| Constructor Summary | |
|---|---|
RIAContext()
Init attributes map and get resources. |
|
| Method Summary | |
|---|---|
java.util.Map |
getDrawerContextParams()
return the parameters used by to define the informational context in which the rendering of the componenent will take place. |
java.util.Map |
getResources()
Supply the resources defined in the configuration to the context. |
java.util.Map |
getTools()
Supply tools. |
void |
initResourcesPaths(javax.servlet.jsp.PageContext pageContext)
Init resources paths (JavaScript, CSS, images and JSP). |
void |
put(java.lang.String key,
java.lang.Object value)
Add a value to utilities. |
void |
putAll(java.util.Map map)
Add a map to utilities. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CTX_ESCAPE_TOOL
public static final java.lang.String PAGE_CONTEXT_KEY
public static final java.lang.String MESSAGE_KEYS
protected java.util.Map attributes
protected java.util.Map resources
| Constructor Detail |
|---|
public RIAContext()
| Method Detail |
|---|
public java.util.Map getResources()
public void initResourcesPaths(javax.servlet.jsp.PageContext pageContext)
pageContext - Page context used to get base context path.public java.util.Map getTools()
public void putAll(java.util.Map map)
map -
public void put(java.lang.String key,
java.lang.Object value)
key - value - public java.util.Map getDrawerContextParams()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||