Interface RestConfig
- All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy,org.glassfish.api.admin.config.ConfigExtension,org.glassfish.api.admin.config.Container
public interface RestConfig
extends org.glassfish.api.admin.config.ConfigExtension
RestConfig configuration. This defines a rest-config element.
- Author:
- Ludovic Champenois
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
org.jvnet.hk2.config.ConfigBeanProxy.Duck -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetDebug()voidvoidsetIndentLevel(String indentLevel) voidsetLogInput(String logInput) voidsetLogOutput(String logOutput) voidsetSessionTokenTimeout(String timeout) voidsetShowDeprecatedItems(String showDeprecatedItems) voidsetShowHiddenCommands(String showHiddenCommands) voidsetWadlGeneration(String wadlGeneration) Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
-
Field Details
-
DEBUG
- See Also:
-
INDENTLEVEL
- See Also:
-
SHOWHIDDENCOMMANDS
- See Also:
-
WADLGENERATION
- See Also:
-
LOGRESPONSES
- See Also:
-
LOGINPUTS
- See Also:
-
SHOWDEPRECATEDITEMS
- See Also:
-
SESSIONTOKENTIMEOUT
- See Also:
-
-
Method Details
-
getDebug
String getDebug() -
setDebug
-
getIndentLevel
String getIndentLevel() -
setIndentLevel
-
getWadlGeneration
String getWadlGeneration() -
setWadlGeneration
-
getShowHiddenCommands
String getShowHiddenCommands() -
setShowHiddenCommands
-
getLogOutput
String getLogOutput() -
setLogOutput
-
getLogInput
String getLogInput() -
setLogInput
-
getShowDeprecatedItems
String getShowDeprecatedItems() -
setShowDeprecatedItems
-
getSessionTokenTimeout
String getSessionTokenTimeout() -
setSessionTokenTimeout
-