com.atlassian.plugin.servlet.descriptors
Class ServletContextListenerModuleDescriptorBuilder

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

public class ServletContextListenerModuleDescriptorBuilder
extends java.lang.Object


Constructor Summary
ServletContextListenerModuleDescriptorBuilder()
           
 
Method Summary
 com.atlassian.plugin.servlet.descriptors.ServletContextListenerModuleDescriptor build()
           
 ServletContextListenerModuleDescriptorBuilder with(com.atlassian.plugin.Plugin plugin)
           
 ServletContextListenerModuleDescriptorBuilder with(javax.servlet.ServletContextListener listener)
           
 ServletContextListenerModuleDescriptorBuilder withKey(java.lang.String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletContextListenerModuleDescriptorBuilder

public ServletContextListenerModuleDescriptorBuilder()
Method Detail

with

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

withKey

public ServletContextListenerModuleDescriptorBuilder withKey(java.lang.String key)

with

public ServletContextListenerModuleDescriptorBuilder with(javax.servlet.ServletContextListener listener)

build

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


Copyright © 2013 Atlassian. All Rights Reserved.