Class ProcessL10nHandler

    • Constructor Detail

      • ProcessL10nHandler

        public ProcessL10nHandler()
    • Method Detail

      • getCaddyContent

        public java.util.Map<java.lang.String,​java.util.List<? extends Data>> getCaddyContent()
      • isContent

        public boolean isContent()
      • isOpProcessFlag

        public boolean isOpProcessFlag()
      • setOpProcess

        public void setOpProcess​(java.lang.String v)
      • processAction

        public boolean processAction()
                              throws java.io.IOException
        Description copied from class: JcmsFormHandler
        Method to be implemented to check/validate action to be performed and process them.

        Default implementation is to return false. No need to call super method.

        This method may NOT be invoked at all if security validation are not met.

        You must ensure your handler and JSP can work properly without any code invoked in this method.

        Overrides:
        processAction in class JcmsFormHandler
        Returns:
        false if no redirection is needed, true otherwise
        Throws:
        java.io.IOException - IO Exception
      • getProcessedProperties

        public java.lang.String getProcessedProperties()
      • getProcessedEnProperties

        public java.lang.String getProcessedEnProperties()
      • getProcessedFrProperties

        public java.lang.String getProcessedFrProperties()