com.iphrase.onestep.tags
Class ServerTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--javax.servlet.jsp.tagext.BodyTagSupport
              |
              +--com.iphrase.onestep.tags.ServerTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

Deprecated. As of release 1.2, replaced by QueryHandler.addServerAddress(java.lang.String). Custom tag used to define a single OneStep server address. The body of the tag is a string containing the OneStep server address. This tag may reside within a QueryTag, but it is not required. It is possible to specify multiple OneStep server addresses, by using several instances of the ServerTag. If ServerTag is not specified, the OneStep server address will be taken from the ip_server URL parameter. Otherwise, the address is taken from the web.xml file. For details, see the Look and Feel Chapter of the User's Guide.

public class ServerTag
extends javax.servlet.jsp.tagext.BodyTagSupport

See Also:
Serialized Form

Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
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
ServerTag()
          Deprecated.  
 
Method Summary
 int doAfterBody()
          Deprecated. Called automatically the JSP engine when reaching the doEndTag.
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doEndTag, doInitBody, doStartTag, getBodyContent, getPreviousOut, release, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Constructor Detail

ServerTag

public ServerTag()
Deprecated. 
Method Detail

doAfterBody

public int doAfterBody()
                throws javax.servlet.jsp.JspException
Deprecated. 
Called automatically the JSP engine when reaching the doEndTag. Pushes the tag's body as a server name into the QueryTag
Overrides:
doAfterBody in class javax.servlet.jsp.tagext.BodyTagSupport
Throws:
javax.servlet.jsp.JspException -  

© Copyright 2005, 2006. IBM Corporation. All rights reserved.