Class PortalRuntime


  • public class PortalRuntime
    extends Object
    Author:
    XIMA MEDIA GmbH
    • Method Detail

      • getValidatorIdMap

        public Map<String,​Class<? extends javax.faces.validator.Validator>> getValidatorIdMap()
        Returns:
        the validatorIdMap
      • getConverterTypeMap

        public Map<Class<?>,​Class<? extends javax.faces.convert.Converter>> getConverterTypeMap()
        Returns:
        the converterTypeMap
      • getConverterIdMap

        public Map<String,​Class<? extends javax.faces.convert.Converter>> getConverterIdMap()
        Returns:
        the converterIdMap
      • getRegistrationDate

        public long getRegistrationDate()
        Returns:
        the registrationDate
      • getPlugin

        public IPluginPortal getPlugin()
        Returns:
        the plugin
      • getPluginRuntime

        public PluginRuntime getPluginRuntime()
        Returns:
        the prtm
      • getContextName

        public String getContextName()
        Returns:
        the contextName
      • initialize

        public void initialize​(javax.servlet.ServletContext context)
      • handleContext

        public boolean handleContext​(javax.servlet.ServletRequest request,
                                     javax.servlet.ServletResponse response)
        Parameters:
        request - the ServletRequest
        response - the ServletResponse
        Returns:
        true if the context was handled by this runtime, false otherwise.