Interface MorpheusWebRequestService


  • public interface MorpheusWebRequestService
    Provides accessor methods for some common servlet Request attributes. NOTE: This should ONLY be used in UIExtensionProvider based providers It will fail in other scenarios. A common use case for this accessor is to grab the nonce token for injecting stylesheets and javascript into custom views
    • Method Detail

      • getNonceToken

        java.lang.String getNonceToken()
        Gets the current request Nonce Token Attribute for use in injecting javascript/stylesheets
        Returns:
        the nonce token