|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ObjectAbstractMap
AbstractScriptableMap
ScriptablePageInput
public class ScriptablePageInput
Provide a Map object that exposes a set of page inputs to
expression language clients. Access to these page inputs is based on the
name of the page input.
| Constructor Summary | |
|---|---|
ScriptablePageInput(ServletRequest request)
|
|
| Method Summary | |
|---|---|
boolean |
containsKey(Object key)
|
Set |
entrySet()
Create a Set of page input entries. |
boolean |
equals(Object obj)
|
Object |
get(Object name)
|
| Methods inherited from class AbstractMap |
|---|
clear, clone, containsValue, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values |
| Methods inherited from class Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ScriptablePageInput(ServletRequest request)
| Method Detail |
|---|
public Object get(Object name)
get in interface Mapget in class AbstractMappublic Set entrySet()
Set of page input entries. This implementation
assumes that the page input set does not change, which is acceptable for
JSP clients as the page inputs have been specified when the JSP starts
to render.
entrySet in interface MapentrySet in class AbstractMappublic boolean equals(Object obj)
equals in interface Mapequals in class AbstractMappublic boolean containsKey(Object key)
containsKey in interface MapcontainsKey in class AbstractMap
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||