com.atlassian.plugin.servlet.descriptors
Class ServletModuleDescriptorBuilder

java.lang.Object
  extended by com.atlassian.plugin.servlet.descriptors.ServletModuleDescriptorBuilder

public class ServletModuleDescriptorBuilder
extends Object


Constructor Summary
ServletModuleDescriptorBuilder()
           
 
Method Summary
 com.atlassian.plugin.servlet.descriptors.ServletModuleDescriptor build()
           
 ServletModuleDescriptorBuilder with(javax.servlet.http.HttpServlet servlet)
           
 ServletModuleDescriptorBuilder with(com.atlassian.plugin.Plugin plugin)
           
 ServletModuleDescriptorBuilder with(com.atlassian.plugin.servlet.ServletModuleManager servletModuleManager)
           
 ServletModuleDescriptorBuilder withFactory(ObjectFactory<javax.servlet.http.HttpServlet> servlet)
           
 ServletModuleDescriptorBuilder withInitParam(String name, String value)
           
 ServletModuleDescriptorBuilder withKey(String key)
           
 ServletModuleDescriptorBuilder withPath(String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletModuleDescriptorBuilder

public ServletModuleDescriptorBuilder()
Method Detail

with

public ServletModuleDescriptorBuilder with(com.atlassian.plugin.Plugin plugin)

withKey

public ServletModuleDescriptorBuilder withKey(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(String path)

with

public ServletModuleDescriptorBuilder with(com.atlassian.plugin.servlet.ServletModuleManager servletModuleManager)

withInitParam

public ServletModuleDescriptorBuilder withInitParam(String name,
                                                    String value)

build

public com.atlassian.plugin.servlet.descriptors.ServletModuleDescriptor build()


Copyright © 2011 Atlassian. All Rights Reserved.