OpenAPI 1.0

Uses of Interface
com.aquafold.openapi.AQResponse

Packages that use AQResponse
com.aquafold.openapi   
 

Uses of AQResponse in com.aquafold.openapi
 

Methods in com.aquafold.openapi that return AQResponse
 AQResponse AQAqua.getResponse()
          Returns the servlet response object associated with the current script.
 AQResponse AQResponse.write(Object x)
          Writes a string returned by the object's toString() method to the HTML response.
 AQResponse AQResponse.writeImageLink(String path)
          Writes an image hyperlink.
 AQResponse AQResponse.writeLink(String text, String url)
          Writes a hyperlink.
 AQResponse AQResponse.writeText(String text)
          Writes a sanitized string to the HTML response.
 


OpenAPI 1.0


Copyright © 2010 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.