org.apache.felix.webconsole
Interface Render

All Known Implementing Classes:
BundleRepositoryRender, ConfigurationRender

Deprecated. This interface will be removed when FELIX-574 will be implemented.

public interface Render

The Render interface defines a service interface for information renderings to be plugged into the web console.

NOTE: This interface is just an intermediate solution for making the web console extensible. Future releases of the web console will remove this and the Action interfaces and use the javax.servlet.Servlet interface with predefined service registration properties instead.


Field Summary
static String SERVICE
          Deprecated.  
 
Method Summary
 String getLabel()
          Deprecated.  
 String getName()
          Deprecated.  
 void render(HttpServletRequest request, HttpServletResponse response)
          Deprecated.  
 

Field Detail

SERVICE

static final String SERVICE
Deprecated. 
Method Detail

getName

String getName()
Deprecated. 

getLabel

String getLabel()
Deprecated. 

render

void render(HttpServletRequest request,
            HttpServletResponse response)
            throws ServletException,
                   IOException
Deprecated. 
Throws:
ServletException
IOException


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.