org.apache.jetspeed.locator
Interface TemplateDescriptor

All Superinterfaces:
LocatorDescriptor

public interface TemplateDescriptor
extends LocatorDescriptor

TemplateDescriptor

Version:
$Id: TemplateDescriptor.java 516448 2007-03-09 16:25:47Z ate $
Author:
David Sean Taylor

Field Summary
 
Fields inherited from interface org.apache.jetspeed.locator.LocatorDescriptor
PARAM_COUNTRY, PARAM_LANGUAGE, PARAM_MEDIA_TYPE, PARAM_NAME, PARAM_TYPE, TYPE_EMAIL, TYPE_PORTLET
 
Method Summary
 String getAbsolutePath()
          The absolute file system path to the template
 String getAppRelativePath()
          Returns the template path relative to the applications root
 void setAbsolutePath(String path)
          The absolute file system path to the template
 void setAppRelativePath(String string)
          Sets the template path relative to the applications root
 
Methods inherited from interface org.apache.jetspeed.locator.LocatorDescriptor
clone, getCountry, getLanguage, getMediaType, getName, getType, setCountry, setLanguage, setMediaType, setName, setType, toPath, toString
 

Method Detail

getAbsolutePath

String getAbsolutePath()
The absolute file system path to the template

Returns:
absolute path

setAbsolutePath

void setAbsolutePath(String path)
The absolute file system path to the template

Parameters:
absolute - path

getAppRelativePath

String getAppRelativePath()
Returns the template path relative to the applications root

Returns:
Application-relative path

setAppRelativePath

void setAppRelativePath(String string)
Sets the template path relative to the applications root

Parameters:
string - Application-relative path


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.