Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime.jetty
Class ServletDescriptor

java.lang.Object
  extended by org.nuxeo.runtime.jetty.ServletDescriptor

public class ServletDescriptor
extends Object

Author:
Bogdan Stefanescu

Constructor Summary
ServletDescriptor()
           
 
Method Summary
 Class<?> getClazz()
           
 String getContext()
           
 String getDescription()
           
 Map<String,String> getInitParams()
           
 String getName()
           
 String getPath()
           
 void setDescription(String description)
           
 void setInitParams(Map<String,String> initParams)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletDescriptor

public ServletDescriptor()
Method Detail

getClazz

public Class<?> getClazz()

getContext

public String getContext()

getPath

public String getPath()

getInitParams

public Map<String,String> getInitParams()

setInitParams

public void setInitParams(Map<String,String> initParams)

getName

public String getName()

setName

public void setName(String name)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.