Uses of Class
org.mentawai.ajaxtag.responses.BaseAjaxtagResponse

Packages that use BaseAjaxtagResponse
org.mentawai.ajaxtag   
org.mentawai.ajaxtag.renders   
org.mentawai.ajaxtag.responses   
 

Uses of BaseAjaxtagResponse in org.mentawai.ajaxtag
 

Methods in org.mentawai.ajaxtag that return BaseAjaxtagResponse
 BaseAjaxtagResponse BaseAjaxtagAction.getResponse()
           
 

Methods in org.mentawai.ajaxtag with parameters of type BaseAjaxtagResponse
 void BaseAjaxtagAction.setResponse(BaseAjaxtagResponse response)
           
 

Uses of BaseAjaxtagResponse in org.mentawai.ajaxtag.renders
 

Methods in org.mentawai.ajaxtag.renders with parameters of type BaseAjaxtagResponse
abstract  String AjaxtagRender.renderize(BaseAjaxtagResponse response, Locale locale)
           
 

Uses of BaseAjaxtagResponse in org.mentawai.ajaxtag.responses
 

Subclasses of BaseAjaxtagResponse in org.mentawai.ajaxtag.responses
 class AutocompleteResponse
          Holds the response to a <ajax:autocomplete/> tag.
 class CalloutResponse
          Holds the response to a <ajax:callout/> tag.
 class ErrorResponse
          Holds the response to the errorFunction on all ajaxtag tags.
 class HTMLContentReplaceResponse
          Holds the response to a <ajax:htmlContent> tag.
 class HTMLIncludeResponse
          Holds the response to a <ajax:htmlContent> tag.
 class ListDataAjaxtagResponse
          Base class to other responses.
 class PortletAreaResponse
          Holds the response to a <ajax:portlet> tag.
 class SelectDropdownResponse
          Holds the response to a <ajax:select> tag.
 class TabPanelResponse
          Holds the response to a <ajax:tabPanel> tag.
 class UpdateFieldResponse
          Holds the response to a <ajax:updateField> tag.
 



Copyright © 2012. All Rights Reserved.