Class BundleListConlet.BundleListModel

java.lang.Object
org.jgrapes.webconsole.base.ConletBaseModel
org.jgrapes.osgi.webconlet.bundles.BundleListConlet.BundleListModel
Enclosing class:
BundleListConlet

public class BundleListConlet.BundleListModel extends org.jgrapes.webconsole.base.ConletBaseModel
The bundle’s model.
  • Field Summary

    Fields inherited from class org.jgrapes.webconsole.base.ConletBaseModel

    conletId
  • Constructor Summary

    Constructors
    Constructor
    Description
    Instantiates a new bundle list model.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the bundles.

    Methods inherited from class org.jgrapes.webconsole.base.ConletBaseModel

    equals, getConletId, hashCode

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BundleListModel

      public BundleListModel(String conletId)
      Instantiates a new bundle list model.
      Parameters:
      conletId - the web console component id
  • Method Details

    • bundles

      public Bundle[] bundles()
      Return the bundles.
      Returns:
      the bundle[]