|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Config
Interface for retrieving the configuration parameters of the WYSIWYG editor.
| Method Summary | |
|---|---|
String |
getParameter(String paramName)
Returns the value of the specified parameter, defaulting to null if the parameter doesn't exist. |
String |
getParameter(String paramName,
String defaultValue)
Returns the value of the specified parameter, defaulting to the given value if the parameter doesn't exist. |
Set<String> |
getParameterNames()
|
| Method Detail |
|---|
String getParameter(String paramName)
null if the parameter doesn't exist.
paramName - The name of the parameter.
null if there's no such parameter.
String getParameter(String paramName,
String defaultValue)
paramName - The name of the parameter.defaultValue - The default value if the parameter doesn't exist.
Set<String> getParameterNames()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||