Class DermisBridgeConstants


  • public class DermisBridgeConstants
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PROFILE_START_MARKER
      profile start marker supported in expression resolver
      static java.lang.String REQUEST_START_MARKER
      request attribute start marker supported in expression resolver
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • PROFILE_START_MARKER

        public static final java.lang.String PROFILE_START_MARKER
        profile start marker supported in expression resolver
        See Also:
        Constant Field Values
      • REQUEST_START_MARKER

        public static final java.lang.String REQUEST_START_MARKER
        request attribute start marker supported in expression resolver
        See Also:
        Constant Field Values
    • Constructor Detail

      • DermisBridgeConstants

        public DermisBridgeConstants()