mx.com.brained.taglib
Class GridLibraryTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by mx.com.brained.taglib.GridLibraryTag
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag

public class GridLibraryTag
extends javax.servlet.jsp.tagext.TagSupport

Title: AwTaglib

Description: Tag that creates the necessary import js files

Copyright: Copyright (c) 2005

Company: Brain-ED

Version:
1.0
Author:
Isidoro Treviņo, Eliseo Partida
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
GridLibraryTag()
           
 
Method Summary
 int doStartTag()
          Render the libraries
 java.lang.String getAction()
           
 void setAction(java.lang.String action)
          Set the action to be used to load the resources
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridLibraryTag

public GridLibraryTag()
Method Detail

setAction

public void setAction(java.lang.String action)
Set the action to be used to load the resources

Parameters:
action - String

getAction

public java.lang.String getAction()
Returns:
Object

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Render the libraries

Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class javax.servlet.jsp.tagext.TagSupport
Returns:
int
Throws:
javax.servlet.jsp.JspException


Copyright © 2005 Brain-ED Engineering & Development. All Rights Reserved.