public interface WebModuleConfig extends 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) |
createChild, deepCopy, getParent, getParent
List<EnvEntry> getEnvEntry()
List<ContextParam> getContextParam()
@DuckTyped EnvEntry getEnvEntry(String name)
@DuckTyped ContextParam getContextParam(String name)
@DuckTyped void deleteEnvEntry(String name) throws PropertyVetoException, TransactionFailure
@DuckTyped void deleteContextParam(String name) throws PropertyVetoException, TransactionFailure
@DuckTyped List<EnvEntry> envEntriesMatching(String nameOrNull)
@DuckTyped List<ContextParam> contextParamsMatching(String nameOrNull)
Copyright © 2019. All rights reserved.