contexthandler-mbean.properties

来自「jetty SERVER連接資料庫用的軟體」· PROPERTIES 代码 · 共 18 行

PROPERTIES
18
字号
ContextHandler: URI ContextcontextPath: URI prefix of contextwelcomeFiles: Partial URIs of directory welcome filesdisplayName: RO: Display name of the ContextvirtualHosts: Virtual hosts accepted by the contextconnectorNames: Names and ports of accepted connectorscontextAttributes: RO:MBean: Map of context attributessetContextAttribute(java.lang.String,java.lang.Object): MBean:ACTION: Set context attributesetContextAttribute(java.lang.String,java.lang.Object)[0]: name: The attribute namesetContextAttribute(java.lang.String,java.lang.Object)[1]: value: The attribute valuesetContextAttribute(java.lang.String,java.lang.String): MBean:ACTION: Set context attributesetContextAttribute(java.lang.String,java.lang.String)[0]: name: The attribute namesetContextAttribute(java.lang.String,java.lang.String)[1]: value: The attribute valueremoveContextAttribute(java.lang.String): MBean:ACTION: remove context attributeremoveContextAttribute(java.lang.String)[0]: name: The attribute nameresourceBase: Document root for the contextinitParams: Initial Parameter map for the contextshutdown: False if this context is accepting new requests. True for graceful shutdown, which allows existing requests to complete

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?