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

Field Summary
static String PARAM_COUNTRY
           
static String PARAM_LANGUAGE
           
static String PARAM_MEDIA_TYPE
           
static String PARAM_NAME
           
static String PARAM_TYPE
           
static String TYPE_EMAIL
           
static String TYPE_PORTLET
           
 
Method Summary
 Object clone()
           
 String getCountry()
           
 String getLanguage()
           
 String getMediaType()
           
 String getName()
           
 String getType()
           
 void setCountry(String country)
           
 void setLanguage(String language)
           
 void setMediaType(String mediaType)
           
 void setName(String name)
           
 void setType(String type)
           
 String toPath()
           
 String toString()
           
 

Field Detail

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
Method Detail

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.