org.jboss.portal.theme.impl
Class WARTheme

java.lang.Object
  extended by org.jboss.portal.theme.PortalTheme
      extended by org.jboss.portal.theme.impl.WARTheme

public final class WARTheme
extends PortalTheme

A theme implementation that gets its resources from a war file.

Version:
$Revision: 6932 $
Author:
Martin Holzner

Constructor Summary
WARTheme()
           
 
Method Summary
 java.util.Collection getElements()
           
 
Methods inherited from class org.jboss.portal.theme.PortalTheme
destroy, getServiceInfo, getThemeInfo, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WARTheme

public WARTheme()
Method Detail

getElements

public java.util.Collection getElements()
Specified by:
getElements in class PortalTheme