org.kuali.ole.describe.controller
Class DocumentEditorFactory

java.lang.Object
  extended by org.kuali.ole.describe.controller.DocumentEditorFactory

public class DocumentEditorFactory
extends Object

Creates a singleton instance of an editor based on the given parameters. User: tirumalesh.b Date: 28/12/12 Time: 12:51 PM


Method Summary
 DocumentEditor getDocumentEditor(String docCategory, String docType, String docFormat)
           
static DocumentEditorFactory getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static DocumentEditorFactory getInstance()

getDocumentEditor

public DocumentEditor getDocumentEditor(String docCategory,
                                        String docType,
                                        String docFormat)


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.