com.sap.portal.admin.editor
Interface IEditorFrameworkService

All Superinterfaces:
com.sapportals.portal.prt.service.IService

public interface IEditorFrameworkService
extends com.sapportals.portal.prt.service.IService

Factory for IEditor objects

Version:
$Revision$

Field Summary
static java.lang.String KEY
          
 
Method Summary
 IEditorFactory createEditorFactory()
          Internal: Craete a new IEditorFactory instance.
 java.util.ResourceBundle getCommonTexts(java.util.Locale locale)
          Internal: Get the ResourceBundle of the common texts.
 
Methods inherited from interface com.sapportals.portal.prt.service.IService
afterInit, configure, destroy, getContext, getKey, init, release
 

Field Detail

KEY

public static final java.lang.String KEY
Method Detail

getCommonTexts

public java.util.ResourceBundle getCommonTexts(java.util.Locale locale)
Internal: Get the ResourceBundle of the common texts.
Parameters:
locale -  
Returns:
ResourceBundle

createEditorFactory

public IEditorFactory createEditorFactory()
Internal: Craete a new IEditorFactory instance. Need to be used just once for each editor component.
Returns:
IEditorEventsManager