org.drools.guvnor.server.contenthandler
Class ContentManager

java.lang.Object
  extended by org.drools.guvnor.server.contenthandler.ContentManager

public class ContentManager
extends Object

This configures the content handlers based on a props file.


Method Summary
 Map<String,ContentHandler> getContentHandlers()
          Return the content handlers.
static ContentHandler getHandler(String format)
           
static ContentManager getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getContentHandlers

public Map<String,ContentHandler> getContentHandlers()
Return the content handlers.


getInstance

public static ContentManager getInstance()

getHandler

public static ContentHandler getHandler(String format)


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.