This project has retired. For details please refer to its
Attic page.
SitemapParameters (Cocoon Sitemap Implementation 1.0.0 API)
org.apache.cocoon.sitemap
Class SitemapParameters
java.lang.Object
org.apache.avalon.framework.parameters.Parameters
org.apache.cocoon.sitemap.SitemapParameters
- All Implemented Interfaces:
- org.apache.cocoon.util.location.Locatable, Serializable
- public class SitemapParameters
- extends Parameters
- implements org.apache.cocoon.util.location.Locatable
Extension to the Avalon Parameters to give location information
- Version:
- $Id: SitemapParameters.html 1304280 2012-03-23 11:18:01Z ilgrosso $
- See Also:
- Serialized Form
Constructor Summary |
SitemapParameters(org.apache.cocoon.util.location.Location location)
|
Methods inherited from class org.apache.avalon.framework.parameters.Parameters |
checkWriteable, equals, fromConfiguration, fromConfiguration, fromProperties, getNames, getParameter, getParameter, getParameterAsBoolean, getParameterAsBoolean, getParameterAsFloat, getParameterAsFloat, getParameterAsInteger, getParameterAsInteger, getParameterAsLong, getParameterAsLong, getParameterNames, hashCode, isParameter, makeReadOnly, merge, removeParameter, setParameter, toProperties, toString |
SitemapParameters
public SitemapParameters(org.apache.cocoon.util.location.Location location)
getLocation
public org.apache.cocoon.util.location.Location getLocation()
- Get the location of the statement defining these parameters.
- Specified by:
getLocation
in interface org.apache.cocoon.util.location.Locatable
- Since:
- 2.1.8
- See Also:
Locatable.getLocation()
getLocation
public static org.apache.cocoon.util.location.Location getLocation(Parameters param)
- Get the location of a
Parameters
object, returning
Location.UNKNOWN
if no location could be found.
- Parameters:
param
-
- Returns:
- the location
- Since:
- 2.1.8
getStatementLocation
public static String getStatementLocation(Parameters param)
- Deprecated. use
getLocation(Parameters)
Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.