org.tigris.scarab.screens
Class MoveIssue

java.lang.Object
  extended byorg.apache.turbine.modules.Module
      extended byorg.apache.turbine.modules.SecureModule
          extended byorg.apache.turbine.modules.screens.TemplateSecureScreen
              extended byorg.apache.turbine.TemplateSecureScreen
                  extended byorg.tigris.scarab.screens.Default
                      extended byorg.tigris.scarab.screens.MoveIssue
Direct Known Subclasses:
MoveIssue2

public class MoveIssue
extends Default

Handles dynamic title

Version:
$Id: MoveIssue.java 9711 2005-05-29 17:03:34Z jorgeuriarte $
Author:
John McNally

Constructor Summary
MoveIssue()
           
 
Method Summary
protected  void doBuildTemplate(org.apache.turbine.RunData data, org.apache.turbine.TemplateContext context)
          builds up the context for display of variables on the page.
protected  java.lang.String getKey()
           
protected  java.lang.String getTitle(ScarabRequestTool scarabR, ScarabLocalizationTool l10n)
           
protected  java.lang.String getTitle(ScarabRequestTool scarabR, ScarabLocalizationTool l10n, org.apache.turbine.RunData data, org.apache.turbine.TemplateContext context)
           
 
Methods inherited from class org.tigris.scarab.screens.Default
checkAuthorized, doBuild, getLocalizationTool, getScarabRequestTool, isAuthorized, setTargetLogin, setTargetSelectModule
 
Methods inherited from class org.apache.turbine.modules.SecureModule
doBuildTemplate
 
Methods inherited from class org.apache.turbine.modules.Module
build, evaluate, execute, getPullService, getTemplateContext, getTemplateService, getTool, handleRequest, handleRequest, requestFinished, setTarget, setTemplate, templateExists
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoveIssue

public MoveIssue()
Method Detail

getTitle

protected java.lang.String getTitle(ScarabRequestTool scarabR,
                                    ScarabLocalizationTool l10n)
                             throws java.lang.Exception
Overrides:
getTitle in class Default
Throws:
java.lang.Exception

getTitle

protected java.lang.String getTitle(ScarabRequestTool scarabR,
                                    ScarabLocalizationTool l10n,
                                    org.apache.turbine.RunData data,
                                    org.apache.turbine.TemplateContext context)
                             throws java.lang.Exception
Throws:
java.lang.Exception

getKey

protected java.lang.String getKey()

doBuildTemplate

protected void doBuildTemplate(org.apache.turbine.RunData data,
                               org.apache.turbine.TemplateContext context)
                        throws java.lang.Exception
Description copied from class: Default
builds up the context for display of variables on the page.

Overrides:
doBuildTemplate in class Default
Throws:
java.lang.Exception


Copyright © 2000-2004 Tigris.org. All Rights Reserved.