Class BaseActionEventClientHttpSend

java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
javax.faces.event.ActionEvent
org.eclnt.jsfserver.elements.BaseActionEvent
org.eclnt.jsfserver.elements.events.BaseActionEventClientHttpSend
All Implemented Interfaces:
Serializable, IBaseActionEvent

public class BaseActionEventClientHttpSend extends BaseActionEvent
See Also:
  • Constructor Details

    • BaseActionEventClientHttpSend

      public BaseActionEventClientHttpSend(javax.faces.component.UIComponent component, String type)
  • Method Details

    • getSuccess

      public boolean getSuccess()
      Success of client side send process.
    • getResponseAsHexString

      public String getResponseAsHexString()
      Result of client side send process. If the client side http-call was successful then the result contains the data that was sent back from the called instance. If it was not successful then the error message is returned.
    • getResponseAsByteArray

      public byte[] getResponseAsByteArray()
    • getResponseAsUTF8String

      public String getResponseAsUTF8String()