public interface WebModuleConfig extends org.jvnet.hk2.config.ConfigBeanProxy, ApplicationConfig
| Modifier and Type | Interface and Description |
|---|---|
static class |
WebModuleConfig.Duck |
| Modifier and Type | Method and Description |
|---|---|
List<ContextParam> |
contextParamsMatching(String nameOrNull) |
void |
deleteContextParam(String name) |
void |
deleteEnvEntry(String name) |
List<EnvEntry> |
envEntriesMatching(String nameOrNull) |
List<ContextParam> |
getContextParam()
Returns the context-param objects, if any.
|
ContextParam |
getContextParam(String name) |
List<EnvEntry> |
getEnvEntry()
Returns the env-entry objects, if any.
|
EnvEntry |
getEnvEntry(String name) |
List<EnvEntry> getEnvEntry()
List<ContextParam> getContextParam()
@DuckTyped ContextParam getContextParam(String name)
@DuckTyped void deleteEnvEntry(String name) throws PropertyVetoException, org.jvnet.hk2.config.TransactionFailure
PropertyVetoExceptionorg.jvnet.hk2.config.TransactionFailure@DuckTyped void deleteContextParam(String name) throws PropertyVetoException, org.jvnet.hk2.config.TransactionFailure
PropertyVetoExceptionorg.jvnet.hk2.config.TransactionFailure@DuckTyped List<ContextParam> contextParamsMatching(String nameOrNull)
Copyright © 2017. All rights reserved.