Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Include Page
FELIX:apache-felix-ipojo-headerFELIX:
apache-felix-ipojo-header

Wiki Markup
{html
}
<div class="content">
{html}

Using a factory method to create POJO object

...

Code Block
    public static FooProvider createProvider (BundleContext bc) {
        if (singleton == null) {
            singleton = new FooProvider(bc);
        }
        return singleton;
    }



Include Page
FELIX:apache-felix-ipojo-footerFELIX:
apache-felix-ipojo-footer