Original commit message

ChangeScribe message

Add factory details in the webconsole plugin.


BUG - FEATURE: <type-ID>


This is a small modifier commit that does not change the system significantly. This change set is mainly composed of:


1. Changes to package org.apache.felix.ipojo.webconsole:


1.1. Modifications to IPOJOPlugin.java:


1.1.1. Add variable declaration statement at renderFactoryDetail(PrintWriter,String) method

1.1.2. Add if statement at renderFactoryDetail(PrintWriter,String) method

1.1.3. Add for statement at renderFactoryDetail(PrintWriter,String) method

1.1.4. Add method invocation to method put of data object at renderFactoryDetail(PrintWriter,String) method

1.1.5. Add method invocation to method put of prop object at renderFactoryDetail(PrintWriter,String) method

1.1.6. Add method invocation to method put of properties object at renderFactoryDetail(PrintWriter,String) method