|
|||||||||
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.
Access is optimized for read in that the "get" method is fast. The entrySet() method is only used if needed, which is generally to toString the Map.
Constructor Summary | |
---|---|
ScriptablePageInput(ServletRequest request)
Deprecated. |
Method Summary | |
---|---|
boolean |
containsKey(Object key)
Deprecated. |
Set |
entrySet()
Deprecated. Create a Set of page input entries. |
boolean |
equals(Object obj)
Deprecated. |
Object |
get(Object name)
Deprecated. |
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 Map
get
in class AbstractMap
public 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 Map
entrySet
in class AbstractMap
public boolean equals(Object obj)
equals
in interface Map
equals
in class AbstractMap
public boolean containsKey(Object key)
containsKey
in interface Map
containsKey
in class AbstractMap
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |