|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ontopia.topicmaps.nav2.impl.framework.InteractionELSupport
public class InteractionELSupport
INTERNAL.
| Constructor Summary | |
|---|---|
InteractionELSupport()
|
|
| Method Summary | |
|---|---|
static Collection |
extendedGetValue(String name,
javax.servlet.jsp.PageContext pageContext)
Looks up 'name' in the oks scope. |
static boolean |
getBooleanValue(String name,
boolean defaultValue,
javax.servlet.jsp.PageContext pageContext)
Takes a name value of "true", "false", or a variable name and returns a boolean representing the value given. |
static Object |
getValue(String name,
javax.servlet.jsp.PageContext pageContext)
Breaks name up into tokens separated by '.' characters, looks up the first token (in other JSTL scopes) to get a variable. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InteractionELSupport()
| Method Detail |
|---|
public static Object getValue(String name,
javax.servlet.jsp.PageContext pageContext)
name - The name to lookup.pageContext - Used to look up attributes.
public static Collection extendedGetValue(String name,
javax.servlet.jsp.PageContext pageContext)
public static boolean getBooleanValue(String name,
boolean defaultValue,
javax.servlet.jsp.PageContext pageContext)
name - The value to be evaluated.pageContext - The current page execution context.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||