Package com.morpheusdata.core.web
Interface MorpheusWebRequestService
-
public interface MorpheusWebRequestService
Provides accessor methods for some common servlet Request attributes. NOTE: This should ONLY be used inUIExtensionProvider
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getNonceToken()
Gets the current request Nonce Token Attribute for use in injecting javascript/stylesheets
-