类 PortletRequestParameterPropertyValues

    • 构造器详细资料

      • PortletRequestParameterPropertyValues

        public PortletRequestParameterPropertyValues​(PortletRequest request,
                                                     String prefix)
        Create new PortletRequestPropertyValues using the given prefix and the default prefix separator (the underscore character "_").
        参数:
        request - portlet request
        prefix - the prefix for parameters (the full prefix will consist of this plus the separator)
        另请参阅:
        DEFAULT_PREFIX_SEPARATOR
      • PortletRequestParameterPropertyValues

        public PortletRequestParameterPropertyValues​(PortletRequest request,
                                                     String prefix,
                                                     String prefixSeparator)
        Create new PortletRequestPropertyValues supplying both prefix and prefix separator.
        参数:
        request - portlet request
        prefix - the prefix for parameters (the full prefix will consist of this plus the separator)
        prefixSeparator - separator delimiting prefix (e.g. "spring") and the rest of the parameter name ("param1", "param2")