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