info.magnolia.module.googlesitemap
Class GoogleSiteMapConfiguration

java.lang.Object
  extended by info.magnolia.module.googlesitemap.GoogleSiteMapConfiguration

@Singleton
public class GoogleSiteMapConfiguration
extends Object

Configuration singleton of the GoogleSiteMap module. Currently only used to define constant.


Field Summary
static String DEFAULT_CHANGE_FREQUENCY
           
static double DEFAULT_PRIORITY
           
static String WORKSPACE
           
 
Constructor Summary
GoogleSiteMapConfiguration()
          Default constructor.
 
Method Summary
 String getChangeFrequency()
           
 String getDateFormat()
          Getter and Setter section.
 org.apache.commons.lang.time.FastDateFormat getFastDateFormat()
          Utility section.
 Double getPriority()
           
 void setChangeFrequency(String changeFrequency)
           
 void setDateFormat(String dateFormat)
           
 void setPriority(Double priority)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WORKSPACE

public static final String WORKSPACE
See Also:
Constant Field Values

DEFAULT_PRIORITY

public static final double DEFAULT_PRIORITY
See Also:
Constant Field Values

DEFAULT_CHANGE_FREQUENCY

public static final String DEFAULT_CHANGE_FREQUENCY
See Also:
Constant Field Values
Constructor Detail

GoogleSiteMapConfiguration

public GoogleSiteMapConfiguration()
Default constructor.

Method Detail

getDateFormat

public String getDateFormat()
Getter and Setter section.


setDateFormat

public void setDateFormat(String dateFormat)

getFastDateFormat

public org.apache.commons.lang.time.FastDateFormat getFastDateFormat()
Utility section.


getChangeFrequency

public String getChangeFrequency()

setChangeFrequency

public void setChangeFrequency(String changeFrequency)

getPriority

public Double getPriority()

setPriority

public void setPriority(Double priority)


Copyright © 2015 Magnolia International Ltd.. All rights reserved.