|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FilterModel | |
|---|---|
| net.officefloor.plugin.servlet.webxml.model | |
| Uses of FilterModel in net.officefloor.plugin.servlet.webxml.model |
|---|
| Methods in net.officefloor.plugin.servlet.webxml.model that return types with arguments of type FilterModel | |
|---|---|
List<FilterModel> |
WebAppModel.getFilters()
|
RemoveConnectionsAction<FilterModel> |
FilterModel.removeConnections()
Remove Connections. |
| Methods in net.officefloor.plugin.servlet.webxml.model with parameters of type FilterModel | |
|---|---|
void |
WebAppModel.addFilter(FilterModel filter)
|
void |
WebAppModel.removeFilter(FilterModel filter)
|
| Constructors in net.officefloor.plugin.servlet.webxml.model with parameters of type FilterModel | |
|---|---|
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 | |||||||||