Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
12c Release 1 (12.1.2.0.0)
E23185-01


oracle.adf.view.rich.context
Class SiteMapContentProvider.SiteMapEntry

java.lang.Object
  extended by oracle.adf.view.rich.context.SiteMapContentProvider.SiteMapEntry

Enclosing class:
SiteMapContentProvider

public abstract static class SiteMapContentProvider.SiteMapEntry
extends Object

Represents a single entry for a sitemap.xml file


Constructor Summary
SiteMapContentProvider.SiteMapEntry()
           

 

Method Summary
abstract  SiteMapContentProvider.ChangeFrequency getChangeFrequency()
          Returns change frequency for the entry or null if not known
abstract  Date getLastModified()
          Returns last modified date for the entry.
abstract  String getLocation()
          Returns a URL location for the entry.
abstract  Float getPriority()
          Returns entry's priority (a value from 0.0 to 1.0) or null if not known

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

SiteMapContentProvider.SiteMapEntry

public SiteMapContentProvider.SiteMapEntry()

Method Detail

getLocation

public abstract String getLocation()
Returns a URL location for the entry. The returned value should have URL escaping already applied. This value must not be null
Returns:
location

getLastModified

public abstract Date getLastModified()
Returns last modified date for the entry. This value may be null if the date is not known
Returns:
last modified date

getChangeFrequency

public abstract SiteMapContentProvider.ChangeFrequency getChangeFrequency()
Returns change frequency for the entry or null if not known
Returns:
change frequency

getPriority

public abstract Float getPriority()
Returns entry's priority (a value from 0.0 to 1.0) or null if not known
Returns:
priority

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
12c Release 1 (12.1.2.0.0)
E23185-01


Copyright © 2013 Oracle Corporation. All Rights Reserved.