Class ContextParam
- java.lang.Object
-
- org.fcrepo.http.commons.webxml.bind.Describable
-
- org.fcrepo.http.commons.webxml.bind.Param
-
- org.fcrepo.http.commons.webxml.bind.ContextParam
-
public class ContextParam extends Param
ContextParam class.
- Author:
- awoods
-
-
Constructor Summary
Constructors Constructor Description ContextParam()ContextParam(String name, String value)
-
Method Summary
-
Methods inherited from class org.fcrepo.http.commons.webxml.bind.Param
equals, hashCode, name, value
-
Methods inherited from class org.fcrepo.http.commons.webxml.bind.Describable
getDescription
-
-
-
-
Constructor Detail
-
ContextParam
public ContextParam()
-
ContextParam
public ContextParam(String name, String value)
-
-