|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InitParamModel | |
|---|---|
| net.officefloor.plugin.servlet.webxml.model | |
| Uses of InitParamModel in net.officefloor.plugin.servlet.webxml.model |
|---|
| Methods in net.officefloor.plugin.servlet.webxml.model that return types with arguments of type InitParamModel | |
|---|---|
List<InitParamModel> |
ServletModel.getInitParams()
|
List<InitParamModel> |
FilterModel.getInitParams()
|
RemoveConnectionsAction<InitParamModel> |
InitParamModel.removeConnections()
Remove Connections. |
| Methods in net.officefloor.plugin.servlet.webxml.model with parameters of type InitParamModel | |
|---|---|
void |
ServletModel.addInitParam(InitParamModel initParam)
|
void |
FilterModel.addInitParam(InitParamModel initParam)
|
void |
ServletModel.removeInitParam(InitParamModel initParam)
|
void |
FilterModel.removeInitParam(InitParamModel initParam)
|
| Constructors in net.officefloor.plugin.servlet.webxml.model with parameters of type InitParamModel | |
|---|---|
FilterModel(String filterName,
String filterClass,
InitParamModel[] initParam)
Convenience constructor. |
|
FilterModel(String filterName,
String filterClass,
InitParamModel[] initParam,
int x,
int y)
Convenience constructor allowing XY initialising. |
|
ServletModel(String servletName,
String servletClass,
InitParamModel[] initParam)
Convenience constructor. |
|
ServletModel(String servletName,
String servletClass,
InitParamModel[] initParam,
int x,
int y)
Convenience constructor allowing XY initialising. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||