Class WebComponentRequestContext<T extends WebComponentController>

    • Constructor Detail

      • WebComponentRequestContext

        public WebComponentRequestContext()
    • Method Detail

      • beforeRequestProcessing

        public void beforeRequestProcessing()
        This methods permits to perform initializations before the HTTP method (and associated method invocation) aimed is performed.
      • getHttpMethodClass

        public Class<? extends Annotation> getHttpMethodClass()
      • getResponse

        public javax.servlet.http.HttpServletResponse getResponse()
      • getNavigationContext

        public NavigationContext getNavigationContext()
        Returns:
        the navigation context associated to the current instancied component.
        See Also:
        NavigationContext
      • addRedirectVariable

        public void addRedirectVariable​(String variableName,
                                        String variableValue)
      • getComponentUriBase

        public String getComponentUriBase()
      • getComponentInstanceId

        public String getComponentInstanceId()
      • getComponentInstanceLabel

        public String getComponentInstanceLabel()
      • getComponentName

        public String getComponentName()
      • getSpaceId

        public String getSpaceId()
      • getSpaceLabel

        public String getSpaceLabel()
      • isComingFromRedirect

        public boolean isComingFromRedirect()
      • redirectToHtmlEditor

        public Navigation redirectToHtmlEditor​(String objectId,
                                               String objectType,
                                               String returnPath,
                                               boolean indexIt)
        Handled the navigation to the html editor.
        Parameters:
        objectId -
        objectType -
        returnPath -
        indexIt -
        Returns:
      • redirectToHtmlEditor

        public Navigation redirectToHtmlEditor​(ContributionManagementContext contributionManagementContext,
                                               String objectId,
                                               String objectType,
                                               String returnPath,
                                               boolean indexIt)
        Handled the navigation to the html editor.
        Parameters:
        contributionManagementContext -
        objectId -
        objectType -
        returnPath -
        indexIt -
        Returns: