com.atlassian.plugin.servlet.descriptors
Class ServletModuleDescriptorBuilder
java.lang.Object
com.atlassian.plugin.servlet.descriptors.ServletModuleDescriptorBuilder
public class ServletModuleDescriptorBuilder
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletModuleDescriptorBuilder
public ServletModuleDescriptorBuilder()
with
public ServletModuleDescriptorBuilder with(com.atlassian.plugin.Plugin plugin)
withKey
public ServletModuleDescriptorBuilder withKey(java.lang.String key)
with
public ServletModuleDescriptorBuilder with(javax.servlet.http.HttpServlet servlet)
withFactory
public ServletModuleDescriptorBuilder withFactory(ObjectFactory<javax.servlet.http.HttpServlet> servlet)
withPath
public ServletModuleDescriptorBuilder withPath(java.lang.String path)
with
public ServletModuleDescriptorBuilder with(com.atlassian.plugin.servlet.ServletModuleManager servletModuleManager)
withInitParam
public ServletModuleDescriptorBuilder withInitParam(java.lang.String name,
java.lang.String value)
build
public com.atlassian.plugin.servlet.descriptors.ServletModuleDescriptor build()
Copyright © 2013 Atlassian. All Rights Reserved.