org.apache.openejb.assembler.classic
Class ServletInfo

java.lang.Object
  extended by org.apache.openejb.assembler.classic.InfoObject
      extended by org.apache.openejb.assembler.classic.ServletInfo
All Implemented Interfaces:
Serializable

public class ServletInfo
extends InfoObject

See Also:
Serialized Form

Field Summary
 List<ParamValueInfo> initParams
           
 List<String> mappings
           
 String runAs
           
 String servletClass
           
 String servletName
           
 
Constructor Summary
ServletInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

servletName

public String servletName

servletClass

public String servletClass

runAs

public String runAs

mappings

public List<String> mappings

initParams

public List<ParamValueInfo> initParams
Constructor Detail

ServletInfo

public ServletInfo()


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.