org.jboss.portal.core.impl.portlet.info
Class PortletIconInfoImpl

java.lang.Object
  extended by org.jboss.portal.core.impl.portlet.info.PortletIconInfoImpl
All Implemented Interfaces:
PortletIconInfo

public class PortletIconInfoImpl
extends java.lang.Object
implements PortletIconInfo

Version:
$Revision: 8786 $
Author:
Thomas Heute

Field Summary
 
Fields inherited from interface org.jboss.portal.core.portlet.info.PortletIconInfo
LARGE, SMALL
 
Constructor Summary
PortletIconInfoImpl(PortletApplicationContext portletApplicationContext, PortletIconMetaData portletIconMetaData)
           
 
Method Summary
 java.lang.String getIconLocation(java.lang.String size)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletIconInfoImpl

public PortletIconInfoImpl(PortletApplicationContext portletApplicationContext,
                           PortletIconMetaData portletIconMetaData)
Method Detail

getIconLocation

public java.lang.String getIconLocation(java.lang.String size)
Specified by:
getIconLocation in interface PortletIconInfo