|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContextParamModel | |
|---|---|
| net.officefloor.plugin.servlet.webxml.model | |
| Uses of ContextParamModel in net.officefloor.plugin.servlet.webxml.model |
|---|
| Methods in net.officefloor.plugin.servlet.webxml.model that return types with arguments of type ContextParamModel | |
|---|---|
List<ContextParamModel> |
WebAppModel.getContextParams()
|
RemoveConnectionsAction<ContextParamModel> |
ContextParamModel.removeConnections()
Remove Connections. |
| Methods in net.officefloor.plugin.servlet.webxml.model with parameters of type ContextParamModel | |
|---|---|
void |
WebAppModel.addContextParam(ContextParamModel contextParam)
|
void |
WebAppModel.removeContextParam(ContextParamModel contextParam)
|
| Constructors in net.officefloor.plugin.servlet.webxml.model with parameters of type ContextParamModel | |
|---|---|
WebAppModel(String version,
String displayName,
ContextParamModel[] contextParam,
MimeMappingModel[] mimeMapping,
ServletModel[] servlet,
ServletMappingModel[] servletMapping,
FilterModel[] filter,
FilterMappingModel[] filterMapping)
Convenience constructor. |
|
WebAppModel(String version,
String displayName,
ContextParamModel[] contextParam,
MimeMappingModel[] mimeMapping,
ServletModel[] servlet,
ServletMappingModel[] servletMapping,
FilterModel[] filter,
FilterMappingModel[] filterMapping,
int x,
int y)
Convenience constructor allowing XY initialising. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||