org.apache.myfaces.component
Interface LocationAware

All Known Implementing Classes:
AbstractHtmlCommandJSCookMenu, AbstractHtmlInputCalendar, AbstractHtmlTree

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
 String getImageLocation()
          An alternate location to find image resources.
 String getJavascriptLocation()
          An alternate location to find javascript resources.
 String getStyleLocation()
          An alternate location to find stylesheet resources.
 

Method Detail

getJavascriptLocation

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

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

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 © 2012 The Apache Software Foundation. All Rights Reserved.