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.ConfigExtensionRestConfig configuration. This defines a rest-config element.- Author:
- Ludovic Champenois
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEBUGstatic StringINDENTLEVELstatic StringLOGINPUTSstatic StringLOGRESPONSESstatic StringSESSIONTOKENTIMEOUTstatic StringSHOWDEPRECATEDITEMSstatic StringSHOWHIDDENCOMMANDSstatic StringWADLGENERATION
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDebug()StringgetIndentLevel()StringgetLogInput()StringgetLogOutput()StringgetSessionTokenTimeout()StringgetShowDeprecatedItems()StringgetShowHiddenCommands()StringgetWadlGeneration()voidsetDebug(String debugFlag)voidsetIndentLevel(String indentLevel)voidsetLogInput(String logInput)voidsetLogOutput(String logOutput)voidsetSessionTokenTimeout(String timeout)voidsetShowDeprecatedItems(String showDeprecatedItems)voidsetShowHiddenCommands(String showHiddenCommands)voidsetWadlGeneration(String wadlGeneration)
-
-
-
Field Detail
-
DEBUG
static final String DEBUG
- See Also:
- Constant Field Values
-
INDENTLEVEL
static final String INDENTLEVEL
- See Also:
- Constant Field Values
-
SHOWHIDDENCOMMANDS
static final String SHOWHIDDENCOMMANDS
- See Also:
- Constant Field Values
-
WADLGENERATION
static final String WADLGENERATION
- See Also:
- Constant Field Values
-
LOGRESPONSES
static final String LOGRESPONSES
- See Also:
- Constant Field Values
-
LOGINPUTS
static final String LOGINPUTS
- See Also:
- Constant Field Values
-
SHOWDEPRECATEDITEMS
static final String SHOWDEPRECATEDITEMS
- See Also:
- Constant Field Values
-
SESSIONTOKENTIMEOUT
static final String SESSIONTOKENTIMEOUT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDebug
String getDebug()
-
setDebug
void setDebug(String debugFlag)
-
getIndentLevel
String getIndentLevel()
-
setIndentLevel
void setIndentLevel(String indentLevel)
-
getWadlGeneration
String getWadlGeneration()
-
setWadlGeneration
void setWadlGeneration(String wadlGeneration)
-
getShowHiddenCommands
String getShowHiddenCommands()
-
setShowHiddenCommands
void setShowHiddenCommands(String showHiddenCommands)
-
getLogOutput
String getLogOutput()
-
setLogOutput
void setLogOutput(String logOutput)
-
getLogInput
String getLogInput()
-
setLogInput
void setLogInput(String logInput)
-
getShowDeprecatedItems
String getShowDeprecatedItems()
-
setShowDeprecatedItems
void setShowDeprecatedItems(String showDeprecatedItems)
-
getSessionTokenTimeout
String getSessionTokenTimeout()
-
setSessionTokenTimeout
void setSessionTokenTimeout(String timeout)
-
-