public class SeoUrlPatterns extends Object
| Property Summary | ||
|---|---|---|
| Property | Type | Default Value |
|
ArrayList<String> |
null |
| Constructor and Description |
|---|
SeoUrlPatterns() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<String> |
getSeoUrlPatterns()
Returns the registered SEO URL patterns.
|
boolean |
isSeoUrl(String pPathInfo)
Decides if a URL is a SEO URL.
|
void |
setSeoUrlPatterns(ArrayList<String> pSeoUrlPatterns)
Specifies a list of SEO URL patterns.
|
public ArrayList<String> getSeoUrlPatterns()
public void setSeoUrlPatterns(ArrayList<String> pSeoUrlPatterns)
pSeoUrlPatterns - the list of SEO URL patterns.public boolean isSeoUrl(String pPathInfo)
pPathInfo - the URL of which type is to be determined.TRUE if the URL is a SEO URL.Copyright © 2019, Oracle and/or its affiliates. All rights reserved.