Uses of Class
org.wso2.carbon.ui.deployment.beans.Servlet
-
Packages that use Servlet Package Description org.wso2.carbon.ui.deployment.beans -
-
Uses of Servlet in org.wso2.carbon.ui.deployment.beans
Methods in org.wso2.carbon.ui.deployment.beans that return Servlet Modifier and Type Method Description Servlet[]CarbonUIDefinitions. getServletDefinitions()Servlet[]Component. getServlets()Methods in org.wso2.carbon.ui.deployment.beans that return types with arguments of type Servlet Modifier and Type Method Description List<Servlet>Component. getServletList()Methods in org.wso2.carbon.ui.deployment.beans with parameters of type Servlet Modifier and Type Method Description voidComponent. addServlet(Servlet servlet)voidCarbonUIDefinitions. addServletItems(Servlet[] newServletDefinitions)voidCarbonUIDefinitions. removeServletItems(Servlet[] servletDefinitionsToRemoved)
-