Uses of Class
net.officefloor.plugin.servlet.webxml.model.ServletModel

Packages that use ServletModel
net.officefloor.plugin.servlet.webxml.model   
 

Uses of ServletModel in net.officefloor.plugin.servlet.webxml.model
 

Methods in net.officefloor.plugin.servlet.webxml.model that return types with arguments of type ServletModel
 List<ServletModel> WebAppModel.getServlets()
           
 RemoveConnectionsAction<ServletModel> ServletModel.removeConnections()
          Remove Connections.
 

Methods in net.officefloor.plugin.servlet.webxml.model with parameters of type ServletModel
 void WebAppModel.addServlet(ServletModel servlet)
           
 void WebAppModel.removeServlet(ServletModel servlet)
           
 

Constructors in net.officefloor.plugin.servlet.webxml.model with parameters of type ServletModel
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.
 



Copyright © 2005-2011. All Rights Reserved.