org.apache.myfaces.component
Interface LocationAware

All Known Implementing Classes:
AbstractHtmlCommandJSCookMenu, AbstractHtmlInputCalendar, AbstractHtmlTree, HtmlCommandJSCookMenu, HtmlInputCalendar, HtmlTree

public interface LocationAware

Since:
1.1.7
Version:
$Revision: 691856 $ $Date: 2008-09-03 21:40:30 -0500 (Wed, 03 Sep 2008) $
Author:
Leonardo Uribe (latest modification by $Author: lu4242 $)

Method Summary
 java.lang.String getImageLocation()
          An alternate location to find image resources.
 java.lang.String getJavascriptLocation()
          An alternate location to find javascript resources.
 java.lang.String getStyleLocation()
          An alternate location to find stylesheet resources.
 

Method Detail

getJavascriptLocation

java.lang.String getJavascriptLocation()
An alternate location to find javascript resources. If no values is specified, javascript will be loaded from the resources directory using AddResource and ExtensionsFilter.


getImageLocation

java.lang.String getImageLocation()
An alternate location to find image resources. If no values is specified, images will be loaded from the resources directory using AddResource and ExtensionsFilter.


getStyleLocation

java.lang.String getStyleLocation()
An alternate location to find stylesheet resources. If no values is specified, stylesheets will be loaded from the resources directory using AddResource and ExtensionsFilter.



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.