org.apache.maven.continuum.web.appareance
Interface AppareanceConfiguration

All Known Implementing Classes:
DefaultAppareanceConfiguration

public interface AppareanceConfiguration

Since:
10 nov. 07
Version:
$Id: AppareanceConfiguration.java 1372267 2012-08-13 05:47:30Z brett $
Author:
olamy

Method Summary
 String getFooter()
          If no user configuration a default one will be user with Apache copyright content
 void saveFooter(String footerHtmlContent)
           
 

Method Detail

saveFooter

void saveFooter(String footerHtmlContent)
                throws IOException
Parameters:
footerHtmlContent -
Throws:
org.codehaus.plexus.registry.RegistryException
IOException

getFooter

String getFooter()
If no user configuration a default one will be user with Apache copyright content

Returns:
htmlFooter


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.