All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ocpsoft.pretty.faces.el.processor.PathParameterProcessor Maven / Gradle / Ivy

There is a newer version: 3.3.3
Show newest version
package com.ocpsoft.pretty.faces.el.processor;

import com.ocpsoft.pretty.faces.config.mapping.PathParameter;

public interface PathParameterProcessor
{
   /**
    * This method must call {@link PathParameter#setExpressionIsEL(boolean)} if
    * the parameter's expression is EL discovered by this processor.
    */
   public PathParameter process(final PathParameter param);

   public String getRegex();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy