org.springframework.extensions.surf.resource.support
Class VirtualizedWebappResourceLoader

java.lang.Object
  extended by org.springframework.extensions.surf.resource.AbstractResourceLoader
      extended by org.springframework.extensions.surf.resource.AbstractCachingResourceLoader
          extended by org.springframework.extensions.surf.resource.support.VirtualizedWebappResourceLoader
All Implemented Interfaces:
ResourceLoader

public class VirtualizedWebappResourceLoader
extends AbstractCachingResourceLoader

Resource Loader for virtualized web application

Author:
muzquiano

Field Summary
 
Fields inherited from class org.springframework.extensions.surf.resource.AbstractResourceLoader
endpointId, protocolId
 
Constructor Summary
VirtualizedWebappResourceLoader(String protocolId, String endpointId)
           
 
Method Summary
 Resource buildResource(String objectId)
          Builds the resource bound to the given object id
 
Methods inherited from class org.springframework.extensions.surf.resource.AbstractCachingResourceLoader
load, setCacheTimeout
 
Methods inherited from class org.springframework.extensions.surf.resource.AbstractResourceLoader
getEndpointId, getProtocolId, getServiceRegistry, init, setServiceRegistry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VirtualizedWebappResourceLoader

public VirtualizedWebappResourceLoader(String protocolId,
                                       String endpointId)
Method Detail

buildResource

public Resource buildResource(String objectId)
                       throws ResourceLoaderException
Description copied from class: AbstractCachingResourceLoader
Builds the resource bound to the given object id

Specified by:
buildResource in class AbstractCachingResourceLoader
Returns:
resource
Throws:
ResourceLoaderException


Copyright © 2009 SpringSource, Inc. All Rights Reserved.