org.apache.geronimo.gshell.branding
Class DefaultBranding
java.lang.Object
org.apache.geronimo.gshell.branding.BrandingSupport
org.apache.geronimo.gshell.branding.DefaultBranding
- All Implemented Interfaces:
- Branding
@Component(role=Branding.class,
hint="default")
public class DefaultBranding- extends BrandingSupport
Provides the default branding for GShell.
- Version:
- $Rev: 575227 $ $Date: 2007-09-13 01:55:32 -0700 (Thu, 13 Sep 2007) $
| Fields inherited from interface org.apache.geronimo.gshell.branding.Branding |
HOME |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultBranding
public DefaultBranding()
getName
public String getName()
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName in interface Branding- Overrides:
getDisplayName in class BrandingSupport
getProgramName
public String getProgramName()
- Specified by:
getProgramName in interface Branding- Overrides:
getProgramName in class BrandingSupport
getAbout
public String getAbout()
getVersion
public String getVersion()
getWelcomeBanner
public String getWelcomeBanner()
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.