Uses of Interface
org.springframework.extensions.surf.task.Task

Packages that use Task
org.springframework.extensions.surf.task   
org.springframework.extensions.webscripts   
 

Uses of Task in org.springframework.extensions.surf.task
 

Classes in org.springframework.extensions.surf.task that implement Task
 class AbstractTask
          Abstract implementation of a task which may be useful to developers who wish to write custom tasks.
 class ImportTask
          Task which can be used to import an archive from a remote location This task was a quick migration from the ScriptImporter bean which was previously used and, as such, does some fairly ridiculous things (like loading the entire byte array into memory).
 

Uses of Task in org.springframework.extensions.webscripts
 

Methods in org.springframework.extensions.webscripts that return Task
 Task ScriptImporter.getTask(String taskId)
          Returns a task with the given task id
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.