Comments on Component Module

Last modified by Thomas Mortagne on 2024/03/21 15:07

  • HieuLaitrung
    HieuLaitrung, 2011/10/24 10:19

    I wonder how to remove an existing component?

    • Vincent Massol
      Vincent Massol, 2011/10/25 09:29

      Hi, check the ComponentManager interface described in the document above, you'll see void unregisterComponent(Class< ? > role, String roleHint);.

      • HieuLaitrung
        HieuLaitrung, 2011/10/27 06:43

        Thank, but i really want to do it by the configuration some how like the override way does: component-removes.txt( just my guess)

        • Vincent Massol
          Vincent Massol, 2012/04/10 14:26

          You cannot do this except by removing the JAR containing that component from your classpath

  • muhdkhokhar
    muhdkhokhar, 2013/07/18 11:15

    Hi , Can we call a Plugin from clicking a link/button?

  • Milton Ferreira
    Milton Ferreira, 2013/11/21 01:01

    Where can I find a sample form using Velocity or Groovy scripts to invoke a service?

  • Alexandre Lefebvre
    Alexandre Lefebvre, 2019/07/09 14:09

    Hi, I've developed a component and installed in in the extensions.
    How do I make the component and its Javadoc visible from the ScriptinDocumentation?
    Thanks in advance for your help.

Get Connected