Uses of Class
net.webpdf.wsclient.openapi.ServerConfigHostFilter
-
Packages that use ServerConfigHostFilter Package Description net.webpdf.wsclient.openapi -
-
Uses of ServerConfigHostFilter in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return ServerConfigHostFilter Modifier and Type Method Description ServerConfigHostFilterServerConfigHostFilter. addMappingItem(ServerConfigHostFilterMapping mappingItem)ServerConfigHostFilterServerConfigHostFilter. addParameterItem(ServerConfigHostFilterParameter parameterItem)ServerConfigHostFilterServerConfigHostFilter. className(String className)ServerConfigHostFilterServerConfigHostFilter. mapping(List<ServerConfigHostFilterMapping> mapping)ServerConfigHostFilterServerConfigHostFilter. parameter(List<ServerConfigHostFilterParameter> parameter)Methods in net.webpdf.wsclient.openapi that return types with arguments of type ServerConfigHostFilter Modifier and Type Method Description @Nullable List<ServerConfigHostFilter>ServerConfigHost. getFilter()A `filter` element represents a component to insert into the request processing pipeline of the underlying Tomcat server.Methods in net.webpdf.wsclient.openapi with parameters of type ServerConfigHostFilter Modifier and Type Method Description ServerConfigHostServerConfigHost. addFilterItem(ServerConfigHostFilter filterItem)Method parameters in net.webpdf.wsclient.openapi with type arguments of type ServerConfigHostFilter Modifier and Type Method Description ServerConfigHostServerConfigHost. filter(List<ServerConfigHostFilter> filter)voidServerConfigHost. setFilter(List<ServerConfigHostFilter> filter)
-