|
||||||||||
| 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 | |
|---|---|
java.lang.String |
getParameter(java.lang.String paramName)
Returns the value of the specified parameter, defaulting to null if the parameter doesn't exist. |
java.lang.String |
getParameter(java.lang.String paramName,
java.lang.String defaultValue)
Returns the value of the specified parameter, defaulting to the given value if the parameter doesn't exist. |
java.util.Set<java.lang.String> |
getParameterNames()
|
| Method Detail |
|---|
java.lang.String getParameter(java.lang.String paramName)
null if the parameter doesn't exist.
paramName - The name of the parameter.
null if there's no such parameter.
java.lang.String getParameter(java.lang.String paramName,
java.lang.String defaultValue)
paramName - The name of the parameter.defaultValue - The default value if the parameter doesn't exist.
java.util.Set<java.lang.String> getParameterNames()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||