info.magnolia.module.delta
Class RegisterServletTask

java.lang.Object
  extended by info.magnolia.module.delta.AbstractTask
      extended by info.magnolia.module.delta.RegisterServletTask
All Implemented Interfaces:
Task

public class RegisterServletTask
extends AbstractTask

Registers a servlet definition from a module descriptor into the /server/filters/servlets node.

Version:
$Id: RegisterServletTask.java 41137 2011-01-06 18:19:25Z gjoseph $
Author:
philipp
See Also:
ServletDefinition

Constructor Summary
RegisterServletTask(ServletDefinition servletDefinition)
           
 
Method Summary
 void execute(InstallContext installContext)
          A good-citizen task should execute itself responsibly: it should know what to do in case of problems: for instance, fixable or irrelevant issues should usually just be logged used the InstallContext methods, when the user can fix them later on.
 ServletDefinition getServletDefinition()
           
 
Methods inherited from class info.magnolia.module.delta.AbstractTask
getDescription, getName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RegisterServletTask

public RegisterServletTask(ServletDefinition servletDefinition)
Method Detail

execute

public void execute(InstallContext installContext)
             throws TaskExecutionException
Description copied from interface: Task
A good-citizen task should execute itself responsibly: it should know what to do in case of problems: for instance, fixable or irrelevant issues should usually just be logged used the InstallContext methods, when the user can fix them later on. The task could also potentially do backups of nodes it needs to modify extensively, so the user could refer to the backups in case of problem. In the event of an unrecoverable issue, the Task could also throw a TaskExecutionException, knowing that will cancel the whole module's installation, update and startup. If a TaskExecutionException must be thrown, keep in mind that the exception message will still be shown to the end user, so try to keep them human readable.

Throws:
TaskExecutionException

getServletDefinition

public ServletDefinition getServletDefinition()


Copyright © 2003-2012 Magnolia International Ltd.. All Rights Reserved.