org.kuali.rice.core.impl.style
Class StyleUriResolver

java.lang.Object
  extended by org.kuali.rice.core.impl.style.StyleUriResolver
All Implemented Interfaces:
URIResolver

 class StyleUriResolver
extends Object
implements URIResolver

A URIResolver that knows how to resolve href's based on style names.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
private static org.apache.log4j.Logger LOG
           
private  StyleService styleService
           
 
Constructor Summary
StyleUriResolver(StyleService styleService)
           
 
Method Summary
 Source resolve(String href, String base)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

private static final org.apache.log4j.Logger LOG

styleService

private final StyleService styleService
Constructor Detail

StyleUriResolver

StyleUriResolver(StyleService styleService)
Method Detail

resolve

public Source resolve(String href,
                      String base)
Specified by:
resolve in interface URIResolver


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.