Add extension point to allow contributing content to the Web UI home page body
------------------------------------------------------------------------------

                 Key: GEOS-4538
                 URL: http://jira.codehaus.org/browse/GEOS-4538
             Project: GeoServer
          Issue Type: Task
          Components: Wicket UI
            Reporter: Gabriel Roldán
            Assignee: Gabriel Roldán
             Fix For: 2.1.x


Introduce a new extension point for modules to provide extra content to the 
geoserver home page, just like
{{CapabilitiesHomePageLinkProvider}} does for the getcapabilities panel.

The interface would be pretty much the same:
{code}
public interface HomeContentProvider {
    public Component getPageBodyComponent(final String id);
}
{code}

Except returned components are meant to be part of the main home page
body instead of the right caps panel, and it'd be valid to return null
(so that a provider may choose under what circumstances to return
content at all, like in whether the admin is logged in, etc.)


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to