com.sri.emo.annotations
Class DoAddTag

java.lang.Object
  extended by com.sri.emo.annotations.DoAddTag
All Implemented Interfaces:
StateHandler

public class DoAddTag
extends Object
implements StateHandler

Adds the tags defined in the tag.

Version:
1.0
Author:
Michael Rimov

Field Summary
static String DESCRIPTION
           
static String NAME
           
static String PARAM_NODE_ID
           
static String PARAM_TAG_VALUE
           
 Controller parentController
           
 
Constructor Summary
DoAddTag(Controller parent)
           
 
Method Summary
 void handleRequest(ExpressoRequest request, ExpressoResponse response)
          Adds the tags defined.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final String NAME
See Also:
Constant Field Values

DESCRIPTION

public static final String DESCRIPTION
See Also:
Constant Field Values

PARAM_NODE_ID

public static final String PARAM_NODE_ID
See Also:
Constant Field Values

PARAM_TAG_VALUE

public static final String PARAM_TAG_VALUE
See Also:
Constant Field Values

parentController

public final Controller parentController
Constructor Detail

DoAddTag

public DoAddTag(Controller parent)
Method Detail

handleRequest

public void handleRequest(ExpressoRequest request,
                          ExpressoResponse response)
                   throws DBException,
                          ControllerException
Adds the tags defined.

Specified by:
handleRequest in interface StateHandler
Parameters:
request - ExpressoRequest
response - ExpressoResponse
Throws:
DBException
ControllerException


Copyright © 2004-2006 Codeguild, Inc.. All Rights Reserved.