Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webengine.jaxrs.servlet.config
Class FilterDescriptor

java.lang.Object
  extended by org.nuxeo.ecm.webengine.jaxrs.servlet.config.FilterDescriptor

public class FilterDescriptor
extends Object

Author:
Bogdan Stefanescu

Constructor Summary
FilterDescriptor()
           
 
Method Summary
 Utils.ClassRef getClassRef()
           
 Filter getFilter()
           
 HashMap<String,String> getInitParams()
           
 String getRawClassRef()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FilterDescriptor

public FilterDescriptor()
Method Detail

getClassRef

public Utils.ClassRef getClassRef()
                           throws ClassNotFoundException,
                                  BundleNotFoundException
Throws:
ClassNotFoundException
BundleNotFoundException

getRawClassRef

public String getRawClassRef()

getFilter

public Filter getFilter()
                 throws Exception
Throws:
Exception

getInitParams

public HashMap<String,String> getInitParams()

toString

public String toString()
Overrides:
toString in class Object

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.