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.


Field Summary
static String CONTENT_CONFIG_PROPERTIES
           
 
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
 

Field Detail

CONTENT_CONFIG_PROPERTIES

public static final String CONTENT_CONFIG_PROPERTIES
See Also:
Constant Field Values
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-2011 JBoss Inc.. All Rights Reserved.