com.elasticpath.commons.constants
Class SeoConstants

java.lang.Object
  extended by com.elasticpath.commons.constants.SeoConstants

public final class SeoConstants
extends java.lang.Object

Contains all constants used in SEO (Search Engine Optimization).


Field Summary
static java.lang.String ALL_PAGE_TOKEN
          Define the all-page token used in url text.
static java.lang.String ATTRIBUTE_FILTER_PREFIX
          Define the SEO(Search Engine Optimization) ID prefix for attriubte filters.
static java.lang.String ATTRIBUTE_RANGE_FILTER_PREFIX
          Define the SEO(Search Engine Optimization) ID prefix for attriubte range filters.
static java.lang.String BRAND_FILTER_PREFIX
          Define the SEO(Search Engine Optimization) ID prefix for brand filters.
static java.lang.String CATEGORY_PREFIX
          Define the SEO(Search Engine Optimization) Url's prefix for categories.
static java.lang.String MAX_VALUE
          Define the token to represent max value.
static java.lang.String MIN_VALUE
          Define the token to represent max value.
static java.lang.String PAGE_NUMBER_PREFIX
          Define the SEO(Search Engine Optimization) ID prefix for page numbers.
static java.lang.String PRICE_FILTER_PREFIX
          Define the SEO(Search Engine Optimization) ID prefix for price filters.
static java.lang.String PRODUCT_PREFIX
          Define the SEO(Search Engine Optimization) Url's prefix for products.
static java.lang.String SEPARATOR_BETWEEN_TOKENS
          Define the separator used between tokes, such as between one price filter and one brand filter.
static java.lang.String SEPARATOR_IN_TOKEN
          Define the separator used in one token, such as in one price filter.
static java.lang.String SUFFIX
          Define the SEO(Search Engine Optimization) Url's suffix.
static java.lang.String[][] western2EnglishArray
          Define the western character to English map for SEO Url
 
Constructor Summary
SeoConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALL_PAGE_TOKEN

public static final java.lang.String ALL_PAGE_TOKEN
Define the all-page token used in url text.

See Also:
Constant Field Values

ATTRIBUTE_FILTER_PREFIX

public static final java.lang.String ATTRIBUTE_FILTER_PREFIX
Define the SEO(Search Engine Optimization) ID prefix for attriubte filters.

See Also:
Constant Field Values

ATTRIBUTE_RANGE_FILTER_PREFIX

public static final java.lang.String ATTRIBUTE_RANGE_FILTER_PREFIX
Define the SEO(Search Engine Optimization) ID prefix for attriubte range filters.

See Also:
Constant Field Values

BRAND_FILTER_PREFIX

public static final java.lang.String BRAND_FILTER_PREFIX
Define the SEO(Search Engine Optimization) ID prefix for brand filters.

See Also:
Constant Field Values

CATEGORY_PREFIX

public static final java.lang.String CATEGORY_PREFIX
Define the SEO(Search Engine Optimization) Url's prefix for categories.

See Also:
Constant Field Values

MAX_VALUE

public static final java.lang.String MAX_VALUE
Define the token to represent max value.

See Also:
Constant Field Values

MIN_VALUE

public static final java.lang.String MIN_VALUE
Define the token to represent max value.

See Also:
Constant Field Values

PAGE_NUMBER_PREFIX

public static final java.lang.String PAGE_NUMBER_PREFIX
Define the SEO(Search Engine Optimization) ID prefix for page numbers.

See Also:
Constant Field Values

PRICE_FILTER_PREFIX

public static final java.lang.String PRICE_FILTER_PREFIX
Define the SEO(Search Engine Optimization) ID prefix for price filters.

See Also:
Constant Field Values

PRODUCT_PREFIX

public static final java.lang.String PRODUCT_PREFIX
Define the SEO(Search Engine Optimization) Url's prefix for products.

See Also:
Constant Field Values

SEPARATOR_BETWEEN_TOKENS

public static final java.lang.String SEPARATOR_BETWEEN_TOKENS
Define the separator used between tokes, such as between one price filter and one brand filter.

See Also:
Constant Field Values

SEPARATOR_IN_TOKEN

public static final java.lang.String SEPARATOR_IN_TOKEN
Define the separator used in one token, such as in one price filter.

See Also:
Constant Field Values

SUFFIX

public static final java.lang.String SUFFIX
Define the SEO(Search Engine Optimization) Url's suffix.

See Also:
Constant Field Values

western2EnglishArray

public static final java.lang.String[][] western2EnglishArray
Define the western character to English map for SEO Url

Constructor Detail

SeoConstants

public SeoConstants()