Class XMLResolvingServiceImpl

java.lang.Object
org.exoplatform.services.xml.resolving.impl.XMLResolvingServiceImpl
All Implemented Interfaces:
XMLResolvingService

public class XMLResolvingServiceImpl extends Object implements XMLResolvingService
Version:
$Id: $
Author:
Andrey Parfonov
  • Constructor Details

    • XMLResolvingServiceImpl

      public XMLResolvingServiceImpl()
  • Method Details

    • getEntityResolver

      public EntityResolver getEntityResolver()
      Description copied from interface: XMLResolvingService
      Returns a pre-created EntityResolver
      Specified by:
      getEntityResolver in interface XMLResolvingService
      Returns:
      EntityResolver object
    • addPlugin

      public void addPlugin(org.exoplatform.container.component.ComponentPlugin plugin)