Deprecated API

Deprecated Classes
com.iphrase.onestep.tags.QueryTag
          As of release 1.2, replaced by QueryHandler. QueryTag is a thin wrapper around the QueryHandler. By simply defining a QueryTag using one line of code, you initialize an instance of the QueryHandler and set up communication with the OneStep Server. QueryTag is useful when no advanced customization is required. When advanced communication is required, the QueryHandler object should be used directly in your JSP files. See the QueryHandler documentation for more details. 
com.iphrase.onestep.tags.ServerTag
          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. 
 


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