Class BaseComponent.DecodePassData

java.lang.Object
org.eclnt.jsfserver.elements.BaseComponent.DecodePassData
Enclosing class:
BaseComponent

public static class BaseComponent.DecodePassData extends Object
  • Constructor Details

    • DecodePassData

      public DecodePassData(String idSuffix, String attribute)
    • DecodePassData

      public DecodePassData(String idSuffix, String attribute, String attributeSuffix)
    • DecodePassData

      public DecodePassData(String idSuffix, String attribute, boolean flagSetMayFail)
    • DecodePassData

      public DecodePassData(String idSuffix, String attribute, String attributeSuffix, boolean flagSetMayFail)
  • Method Details

    • getIdSuffix

      public String getIdSuffix()
      Suffix that is appended to the id of the component in order to read data from the http request.
    • getAttribute

      public String getAttribute()
      Attribute which holds the binding into which the value is passed.
    • getAttributeExpressionSuffix

      public String getAttributeExpressionSuffix()
      Suffix to the expression that is returned by the attribute.