|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServletType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.webapp30 | Provides the interfaces and enumeration types as defined in the schema |
org.jboss.shrinkwrap.descriptor.api.webcommon30 | Provides the interfaces and enumeration types as defined in the schema |
org.jboss.shrinkwrap.descriptor.api.webfragment30 | Provides the interfaces and enumeration types as defined in the schema |
Uses of ServletType in org.jboss.shrinkwrap.descriptor.api.webapp30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return ServletType | |
---|---|
ServletType<WebAppDescriptor> |
WebAppDescriptor.createServlet()
Creates a new servlet element |
ServletType<WebAppDescriptor> |
WebAppDescriptor.getOrCreateServlet()
If not already created, a new servlet element will be created and returned. |
Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return types with arguments of type ServletType | |
---|---|
List<ServletType<WebAppDescriptor>> |
WebAppDescriptor.getAllServlet()
Returns all servlet elements |
Uses of ServletType in org.jboss.shrinkwrap.descriptor.api.webcommon30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return ServletType | |
---|---|
ServletType<T> |
ServletType.asyncSupported(Boolean asyncSupported)
Sets the async-supported element |
ServletType<WebAppType<T>> |
WebAppType.createServlet()
Creates a new servlet element |
ServletType<WebFragmentType<T>> |
WebFragmentType.createServlet()
Creates a new servlet element |
ServletType<T> |
ServletType.description(String... values)
Creates for all String objects representing description elements,
a new description element |
ServletType<T> |
ServletType.displayName(String... values)
Creates for all String objects representing display-name elements,
a new display-name element |
ServletType<T> |
ServletType.enabled(Boolean enabled)
Sets the enabled element |
ServletType<WebAppType<T>> |
WebAppType.getOrCreateServlet()
If not already created, a new servlet element will be created and returned. |
ServletType<WebFragmentType<T>> |
WebFragmentType.getOrCreateServlet()
If not already created, a new servlet element will be created and returned. |
ServletType<T> |
ServletType.id(String id)
Sets the id attribute |
ServletType<T> |
ServletType.jspFile(String jspFile)
Sets the jsp-file element |
ServletType<T> |
ServletType.loadOnStartup(Integer loadOnStartup)
Sets the load-on-startup element |
ServletType<T> |
ServletType.removeAllDescription()
Removes the description element |
ServletType<T> |
ServletType.removeAllDisplayName()
Removes the display-name element |
ServletType<T> |
ServletType.removeAllIcon()
Removes all icon elements |
ServletType<T> |
ServletType.removeAllInitParam()
Removes all init-param elements |
ServletType<T> |
ServletType.removeAllSecurityRoleRef()
Removes all security-role-ref elements |
ServletType<T> |
ServletType.removeAsyncSupported()
Removes the async-supported element |
ServletType<T> |
ServletType.removeEnabled()
Removes the enabled element |
ServletType<T> |
ServletType.removeId()
Removes the id attribute |
ServletType<T> |
ServletType.removeJspFile()
Removes the jsp-file element |
ServletType<T> |
ServletType.removeLoadOnStartup()
Removes the load-on-startup element |
ServletType<T> |
ServletType.removeMultipartConfig()
Removes the multipart-config element |
ServletType<T> |
ServletType.removeRunAs()
Removes the run-as element |
ServletType<T> |
ServletType.removeServletClass()
Removes the servlet-class element |
ServletType<T> |
ServletType.removeServletName()
Removes the servlet-name element |
ServletType<T> |
ServletType.servletClass(String servletClass)
Sets the servlet-class element |
ServletType<T> |
ServletType.servletName(String servletName)
Sets the servlet-name element |
Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type ServletType | |
---|---|
IconType<ServletType<T>> |
ServletType.createIcon()
Creates a new icon element |
ParamValueType<ServletType<T>> |
ServletType.createInitParam()
Creates a new init-param element |
SecurityRoleRefType<ServletType<T>> |
ServletType.createSecurityRoleRef()
Creates a new security-role-ref element |
List<IconType<ServletType<T>>> |
ServletType.getAllIcon()
Returns all icon elements |
List<ParamValueType<ServletType<T>>> |
ServletType.getAllInitParam()
Returns all init-param elements |
List<SecurityRoleRefType<ServletType<T>>> |
ServletType.getAllSecurityRoleRef()
Returns all security-role-ref elements |
List<ServletType<WebAppType<T>>> |
WebAppType.getAllServlet()
Returns all servlet elements |
List<ServletType<WebFragmentType<T>>> |
WebFragmentType.getAllServlet()
Returns all servlet elements |
IconType<ServletType<T>> |
ServletType.getOrCreateIcon()
If not already created, a new icon element will be created and returned. |
ParamValueType<ServletType<T>> |
ServletType.getOrCreateInitParam()
If not already created, a new init-param element will be created and returned. |
MultipartConfigType<ServletType<T>> |
ServletType.getOrCreateMultipartConfig()
If not already created, a new multipart-config element with the given value will be created. |
RunAsType<ServletType<T>> |
ServletType.getOrCreateRunAs()
If not already created, a new run-as element with the given value will be created. |
SecurityRoleRefType<ServletType<T>> |
ServletType.getOrCreateSecurityRoleRef()
If not already created, a new security-role-ref element will be created and returned. |
Uses of ServletType in org.jboss.shrinkwrap.descriptor.api.webfragment30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return ServletType | |
---|---|
ServletType<WebFragmentDescriptor> |
WebFragmentDescriptor.createServlet()
Creates a new servlet element |
ServletType<WebFragmentDescriptor> |
WebFragmentDescriptor.getOrCreateServlet()
If not already created, a new servlet element will be created and returned. |
Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return types with arguments of type ServletType | |
---|---|
List<ServletType<WebFragmentDescriptor>> |
WebFragmentDescriptor.getAllServlet()
Returns all servlet elements |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |