Tabnine Logo
com.ocpsoft.pretty.faces.config
Code IndexAdd Tabnine to your IDE (free)

How to use com.ocpsoft.pretty.faces.config

Best Java code snippets using com.ocpsoft.pretty.faces.config (Showing top 20 results out of 315)

origin: com.ocpsoft/prettyfaces-jsf2

  public PrettyConfig build()
  {
   final PrettyConfig config = new PrettyConfig();

   config.setMappings(mappings);
   config.setGlobalRewriteRules(rewriteRules);

   return config;
  }
}
origin: com.ocpsoft/prettyfaces-jsf2

/**
* Get the {@link UrlMapping} representing the current request.
*/
public UrlMapping getCurrentMapping()
{
 if (currentMapping == null)
 {
   currentMapping = config.getMappingForUrl(requestURL);
 }
 return currentMapping;
}
origin: com.ocpsoft/prettyfaces-jsf2

/**
* Discover if the given id is a {@link UrlMapping} id specified in the current configuration.
* 
* @return True if the id is found, false if not.
*/
public boolean isMappingId(final String id)
{
 UrlMapping mapping = getMappingById(id);
 return mapping instanceof UrlMapping;
}
origin: ocpsoft/rewrite

public String getDynaViewId()
{
 return config.getDynaviewId();
}
origin: ocpsoft/rewrite

  public PrettyConfig build()
  {
   final PrettyConfig config = new PrettyConfig();

   config.setMappings(mappings);
   config.setGlobalRewriteRules(rewriteRules);

   return config;
  }
}
origin: com.ocpsoft/prettyfaces-jsf2

/**
* Discover if the given URL is mapped by any {@link UrlMapping} specified in the current configuration.
* 
* @return True if the URL is mapped, false if not.
*/
public boolean isURLMapped(final URL url)
{
 UrlMapping mapping = getMappingForUrl(url);
 return mapping != null;
}
origin: ocpsoft/prettyfaces

/**
* Discover if the given id is a {@link UrlMapping} id specified in the current configuration.
* 
* @return True if the id is found, false if not.
*/
public boolean isMappingId(final String id)
{
 UrlMapping mapping = getMappingById(id);
 return mapping instanceof UrlMapping;
}
origin: com.ocpsoft/prettyfaces-jsf2

public String getDynaViewId()
{
 return config.getDynaviewId();
}
origin: ocpsoft/prettyfaces

  public PrettyConfig build()
  {
   final PrettyConfig config = new PrettyConfig();

   config.setMappings(mappings);
   config.setGlobalRewriteRules(rewriteRules);

   return config;
  }
}
origin: ocpsoft/prettyfaces

/**
* Get the {@link UrlMapping} representing the current request.
*/
public UrlMapping getCurrentMapping()
{
 if (currentMapping == null)
 {
   currentMapping = config.getMappingForUrl(requestURL);
 }
 return currentMapping;
}
origin: ocpsoft/rewrite

/**
* Discover if the given id is a {@link UrlMapping} id specified in the current configuration.
* 
* @return True if the id is found, false if not.
*/
public boolean isMappingId(final String id)
{
 UrlMapping mapping = getMappingById(id);
 return mapping instanceof UrlMapping;
}
origin: ocpsoft/prettyfaces

public String getDynaViewId()
{
 return config.getDynaviewId();
}
origin: ocpsoft/prettyfaces

  public PrettyConfig build()
  {
   final PrettyConfig config = new PrettyConfig();

   config.setMappings(mappings);
   config.setGlobalRewriteRules(rewriteRules);

   return config;
  }
}
origin: ocpsoft/rewrite

/**
* Discover if the given URL is mapped by any {@link UrlMapping} specified in the current configuration.
* 
* @return True if the URL is mapped, false if not.
*/
public boolean isURLMapped(final URL url)
{
 UrlMapping mapping = getMappingForUrl(url);
 return mapping != null;
}
origin: ocpsoft/prettyfaces

/**
* Discover if the given id is a {@link UrlMapping} id specified in the current configuration.
* 
* @return True if the id is found, false if not.
*/
public boolean isMappingId(final String id)
{
 UrlMapping mapping = getMappingById(id);
 return mapping instanceof UrlMapping;
}
origin: ocpsoft/prettyfaces

public String getDynaViewId()
{
 return config.getDynaviewId();
}
origin: ocpsoft/rewrite

/**
* Get the {@link UrlMapping} representing the current request.
*/
public UrlMapping getCurrentMapping()
{
 if (currentMapping == null)
 {
   currentMapping = config.getMappingForUrl(requestURL);
 }
 return currentMapping;
}
origin: ocpsoft/prettyfaces

/**
* Get the {@link UrlMapping} representing the current request.
*/
public UrlMapping getCurrentMapping()
{
 if (currentMapping == null)
 {
   currentMapping = config.getMappingForUrl(requestURL);
 }
 return currentMapping;
}
origin: ocpsoft/prettyfaces

/**
* Discover if the given URL is mapped by any {@link UrlMapping} specified in the current configuration.
* 
* @return True if the URL is mapped, false if not.
*/
public boolean isURLMapped(final URL url)
{
 UrlMapping mapping = getMappingForUrl(url);
 return mapping != null;
}
origin: ocpsoft/prettyfaces

/**
* Discover if the given URL is mapped by any {@link UrlMapping} specified in the current configuration.
* 
* @return True if the URL is mapped, false if not.
*/
public boolean isURLMapped(final URL url)
{
 UrlMapping mapping = getMappingForUrl(url);
 return mapping != null;
}
com.ocpsoft.pretty.faces.config

Most used classes

  • PrettyConfig
  • UrlMapping
  • WebXmlParser
    Digester-based implementation of PrettyConfigParser.
  • DigesterPrettyConfigParser
    Digester-based implementation of PrettyConfigParser.
  • PrettyConfigBuilder
    Pretty Faces configuration builder. Accepts configuration elements ( #addMapping(UrlMapping)) and bu
  • PrettyConfigurator,
  • PrettyAnnotationHandler$ActionSpec,
  • PrettyAnnotationHandler$QueryParamSpec,
  • PrettyAnnotationHandler,
  • DynaviewEngine,
  • PathParameter,
  • PathValidator,
  • QueryParameter,
  • RequestParameter,
  • UrlAction,
  • PrettyConfigReloader,
  • Redirect,
  • RewriteRule,
  • ClassLoaderConfigurationProvider
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now