portal.core.resource
Class ResourceUtils

java.lang.Object
  extended byportal.core.resource.ResourceUtils

public final class ResourceUtils
extends java.lang.Object


Method Summary
static java.lang.String createDownloadURL(boolean isStatic, java.lang.String resourceKey, java.lang.String filename)
           
static java.lang.String createResourceURL(boolean isStatic, java.lang.String resourceKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createResourceURL

public static java.lang.String createResourceURL(boolean isStatic,
                                                 java.lang.String resourceKey)

createDownloadURL

public static java.lang.String createDownloadURL(boolean isStatic,
                                                 java.lang.String resourceKey,
                                                 java.lang.String filename)