com.bea.content.el.support
Class IconServiceImpl

java.lang.Object
  extended by com.bea.content.el.support.IconServiceImpl

public class IconServiceImpl
extends Object

This EL wrapper class implementation adds functionality around the Property class by creating/retrieving icon "badging" for binary properties.

Examples:

     ${myNode.icon.smallIcon}
     ${myNode.propertyMap['myBinaryProperty'].icon.largeIcon}
 

See Also
ShowPropertyURL, DownloadBinaryURL

Method Summary
 String getLargeIcon()
          Returns an URL to the small image specified by the implementation of IIconService.
 String getSmallIcon()
          Returns an URL to the small image specified by the implementation of IIconService.
 String toString()
          Returns the smallIcon by default.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getSmallIcon

public String getSmallIcon()
Returns an URL to the small image specified by the implementation of IIconService.

Returns
a fully qualified url to an image resource.

getLargeIcon

public String getLargeIcon()
Returns an URL to the small image specified by the implementation of IIconService.

Returns
a fully qualified url to an image resource.

toString

public String toString()
Returns the smallIcon by default.

Overrides:
toString in class Object


Copyright © 2011, Oracle. All rights reserved.