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: 10307 $
Author:
Thomas Heute

Field Summary
 
Fields inherited from interface org.jboss.portal.core.portlet.info.PortletIconInfo
LARGE, SMALL
 
Constructor Summary
PortletIconInfoImpl(org.jboss.portal.portlet.container.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(org.jboss.portal.portlet.container.PortletApplicationContext portletApplicationContext,
                           PortletIconMetaData portletIconMetaData)
Method Detail

getIconLocation

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