Uses of Class
org.apache.wiki.api.exceptions.NoSuchVariableException
Package | Description |
---|---|
org.apache.wiki.variables |
-
Uses of NoSuchVariableException in org.apache.wiki.variables
Methods in org.apache.wiki.variables that throw NoSuchVariableException Modifier and Type Method Description String
DefaultVariableManager. getValue(Context context, String varName)
Returns a value of the named variable.String
VariableManager. getValue(Context context, String varName)
Returns a value of the named variable.String
DefaultVariableManager. parseAndGetValue(Context context, String link)
Parses the link and finds a value.String
VariableManager. parseAndGetValue(Context context, String link)
Parses the link and finds a value.