public class FilterDescriptor 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 |
|---|
FilterDescriptor() |
| 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 String name
protected Class<?> clazz
protected String context
protected String path
protected String description
public Class<?> getClazz()
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getContext()
public String getPath()
Copyright © 2020 Nuxeo SA. All rights reserved.