public class ServletDescriptor extends Object
Modifier and Type | Field and Description |
---|---|
protected Class<?> |
clazz |
protected String |
context |
protected String |
description |
protected Map<String,String> |
initParams |
protected String |
name |
protected String |
path |
Constructor and Description |
---|
ServletDescriptor() |
Modifier and Type | Method and Description |
---|---|
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) |
protected Map<String,String> initParams
protected String description
public ServletDescriptor()
public String getContext()
public Map<String,String> getInitParams()
public void setInitParams(Map<String,String> initParams)
public String getDescription()
public void setDescription(String description)
Copyright © 2015 Nuxeo SA. All rights reserved.