@Label(value="Servlet") public interface ServletDescriptor extends WebDescriptor, com.buschmais.jqassistant.plugin.common.api.model.NamedDescriptor, com.buschmais.jqassistant.plugin.java.api.model.TypedDescriptor, AsyncSupportedDescriptor
Modifier and Type | Method and Description |
---|---|
List<DescriptionDescriptor> |
getDescriptions() |
List<DisplayNameDescriptor> |
getDisplayNames() |
List<IconDescriptor> |
getIcons() |
List<ParamValueDescriptor> |
getInitParams() |
String |
getJspFile() |
String |
getLoadOnStartup() |
List<ServletMappingDescriptor> |
getMappings() |
MultipartConfigDescriptor |
getMultipartConfig() |
RunAsDescriptor |
getRunAs() |
List<SecurityRoleRefDescriptor> |
getSecurityRoleRefs() |
boolean |
isEnabled() |
void |
setEnabled(boolean value) |
void |
setJspFile(String value) |
void |
setLoadOnStartup(String loadOnStartup) |
void |
setMultipartConfig(MultipartConfigDescriptor multipartConfigDescriptor) |
void |
setRunAs(RunAsDescriptor runAsDescriptor) |
getName, setName
getType, setType
isAsyncSupported, setAsyncSupported
boolean isEnabled()
void setEnabled(boolean value)
String getJspFile()
void setJspFile(String value)
String getLoadOnStartup()
void setLoadOnStartup(String loadOnStartup)
@Relation(value="HAS_DESCRIPTION") List<DescriptionDescriptor> getDescriptions()
@Relation(value="HAS_DISPLAY_NAME") List<DisplayNameDescriptor> getDisplayNames()
@Relation(value="HAS_ICON") List<IconDescriptor> getIcons()
@Relation(value="HAS_INIT_PARAM") List<ParamValueDescriptor> getInitParams()
@Relation(value="HAS_MULTI_PART_CONFIG") MultipartConfigDescriptor getMultipartConfig()
void setMultipartConfig(MultipartConfigDescriptor multipartConfigDescriptor)
@Relation(value="RUNNING_AS") RunAsDescriptor getRunAs()
void setRunAs(RunAsDescriptor runAsDescriptor)
@Relation(value="HAS_SECURITY_ROLE_REFS") List<SecurityRoleRefDescriptor> getSecurityRoleRefs()
@Relation(value="HAS_MAPPING") List<ServletMappingDescriptor> getMappings()
Copyright © 2016 buschmais GbR. All rights reserved.