net.sourceforge.fluxion.beans.utils
Class ResourceUtils

java.lang.Object
  extended by net.sourceforge.fluxion.beans.utils.ResourceUtils

public class ResourceUtils
extends java.lang.Object

Javadocs go here

Author:
Rob Davey

Constructor Summary
ResourceUtils()
           
 
Method Summary
static java.lang.String buildDataProviderNode(java.lang.String label)
           
static void checkInvokersAndFactories(javax.servlet.http.HttpSession session)
           
static FluxionService getService(java.util.Set<FluxionService> services, java.net.URI publisherUri)
           
static boolean isUriResolvable(java.net.URI uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceUtils

public ResourceUtils()
Method Detail

isUriResolvable

public static boolean isUriResolvable(java.net.URI uri)
                               throws java.io.IOException
Throws:
java.io.IOException

checkInvokersAndFactories

public static void checkInvokersAndFactories(javax.servlet.http.HttpSession session)
                                      throws SessionCheckException
Throws:
SessionCheckException

getService

public static FluxionService getService(java.util.Set<FluxionService> services,
                                        java.net.URI publisherUri)

buildDataProviderNode

public static java.lang.String buildDataProviderNode(java.lang.String label)


Copyright © 2010. All Rights Reserved.