Class TapestryConstants


  • public class TapestryConstants
    extends java.lang.Object
    Constants needed by end-user classes.
    Since:
    5.2.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String COMPONENT_EVENTS_ATTRIBUTE_NAME
      Name of the HTML data attribute which contains information about component events published by using the PublishEvent annotation in a component event handler method.
      static java.lang.String DISABLE_JAVASCRIPT_MINIMIZATION
      Name of a Request attribute, used to disable JavaScript minimization during asset requests.
      static java.lang.String PAGE_LOOPBACK_PARAMETER_NAME
      Name of query parameter that is placed on "loopback" links (page render links for the same page).
      static java.lang.String RESPONSE_RENDERER
      Name of a request attribute that contains an IOOperation used to render the response.
      static java.lang.String TEMPLATE_EXTENSION
      The extension used for Tapestry component template files, Tapestry Markup Language.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait