Package com.liferay.faces.util.config

Examples of com.liferay.faces.util.config.ConfiguredServletMapping


    List<ConfiguredServletMapping> configuredFacesServletMappings) {
    this.viewId = viewId;
    this.navigationQueryString = navigationQueryString;

    if (configuredFacesServletMappings != null) {
      ConfiguredServletMapping extensionMappedServletMapping = null;

      // Determine whether or not the target viewId matches any of the path-mapped servlet-mapping entries.
      for (ConfiguredServletMapping facesServletMapping : configuredFacesServletMappings) {

        if (facesServletMapping.isPathMapped()) {
View Full Code Here

TOP

Related Classes of com.liferay.faces.util.config.ConfiguredServletMapping

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.