org.apache.jetspeed.locator
Interface LocatorDescriptor
- All Known Subinterfaces:
- TemplateDescriptor
public interface LocatorDescriptor
LocatorDescriptor
- Version:
- $Id: LocatorDescriptor.java 516448 2007-03-09 16:25:47Z ate $
- Author:
- David Sean Taylor
PARAM_TYPE
static final String PARAM_TYPE
- See Also:
- Constant Field Values
PARAM_MEDIA_TYPE
static final String PARAM_MEDIA_TYPE
- See Also:
- Constant Field Values
PARAM_NAME
static final String PARAM_NAME
- See Also:
- Constant Field Values
PARAM_LANGUAGE
static final String PARAM_LANGUAGE
- See Also:
- Constant Field Values
PARAM_COUNTRY
static final String PARAM_COUNTRY
- See Also:
- Constant Field Values
TYPE_EMAIL
static final String TYPE_EMAIL
- See Also:
- Constant Field Values
TYPE_PORTLET
static final String TYPE_PORTLET
- See Also:
- Constant Field Values
toString
String toString()
- Overrides:
toString
in class Object
toPath
String toPath()
getType
String getType()
setType
void setType(String type)
getName
String getName()
setName
void setName(String name)
getMediaType
String getMediaType()
setMediaType
void setMediaType(String mediaType)
getLanguage
String getLanguage()
setLanguage
void setLanguage(String language)
getCountry
String getCountry()
setCountry
void setCountry(String country)
clone
Object clone()
throws CloneNotSupportedException
- Returns:
- an instance copy of this object
- Throws:
CloneNotSupportedException
- See Also:
Object.clone()
Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.