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

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

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

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.