net.officefloor.plugin.servlet.context
Interface ServletTaskReference


public interface ServletTaskReference

Reference to a Servlet Task.

This allows for the OfficeServletContext to provide routing with similar rules to RequestDispatcher (i.e. ServicerMapper).

Author:
Daniel Sagenschneider

Method Summary
 String getTaskName()
          Obtains the Task name.
 String getWorkName()
          Obtains the Work name.
 

Method Detail

getWorkName

String getWorkName()
Obtains the Work name.

Returns:
Work name.

getTaskName

String getTaskName()
Obtains the Task name.

Returns:
Task name.


Copyright © 2005-2012. All Rights Reserved.