com.sun.jersey.test.framework.web.jaxb.types
Class ServletType

java.lang.Object
  extended by com.sun.jersey.test.framework.web.jaxb.types.ServletType

public class ServletType
extends Object

Schema representation of servlet information in web.xml

Author:
Naresh (Srinivas.Bhimisetty@Sun.Com)

Constructor Summary
ServletType()
           
 
Method Summary
 List<ServletInitParamType> getInitParams()
           
 String getLoadOnStartup()
           
 String getServletClass()
           
 String getServletName()
           
 void setInitParam(List<ServletInitParamType> initParams)
           
 void setLoadOnStartup(String loadOnStartup)
           
 void setServletClass(String servletClass)
           
 void setServletName(String servletName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletType

public ServletType()
Method Detail

getInitParams

public List<ServletInitParamType> getInitParams()

setInitParam

public void setInitParam(List<ServletInitParamType> initParams)

getLoadOnStartup

public String getLoadOnStartup()

setLoadOnStartup

public void setLoadOnStartup(String loadOnStartup)

getServletClass

public String getServletClass()

setServletClass

public void setServletClass(String servletClass)

getServletName

public String getServletName()

setServletName

public void setServletName(String servletName)


Copyright © 2013 Oracle Corporation. All Rights Reserved.