Class NuxeoHeaderDescriptor
- java.lang.Object
-
- org.nuxeo.ecm.platform.web.common.requestcontroller.service.NuxeoHeaderDescriptor
-
- All Implemented Interfaces:
Cloneable
public class NuxeoHeaderDescriptor extends Object implements Cloneable
- Since:
- 6.0
- Author:
- Thierry Martins
-
-
Constructor Summary
Constructors Constructor Description NuxeoHeaderDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NuxeoHeaderDescriptor
clone()
String
getName()
String
getValue()
boolean
isEnabled()
void
merge(NuxeoHeaderDescriptor source)
void
setValue(String value)
-
-
-
Method Detail
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
getName
public String getName()
-
isEnabled
public boolean isEnabled()
-
clone
public NuxeoHeaderDescriptor clone() throws CloneNotSupportedException
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-
merge
public void merge(NuxeoHeaderDescriptor source)
-
-