com.arsdigita.templating
Class LegacyStylesheetResolver

java.lang.Object
  extended bycom.arsdigita.templating.LegacyStylesheetResolver
All Implemented Interfaces:
StylesheetResolver

Deprecated. use PatternStylesheetResolver in new code.

public class LegacyStylesheetResolver
extends Object
implements StylesheetResolver

This is the "legacy" stylesheet resolver class. It resolves stylesheets using the old packagetype <-> stylesheet and sitenode <-> stylesheet mappings in the database.


Field Summary
static String versionId
          Deprecated.  
 
Constructor Summary
LegacyStylesheetResolver()
          Deprecated.  
 
Method Summary
 URL resolve(javax.servlet.http.HttpServletRequest request)
          Deprecated. Resolves a template for the request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionId

public static final String versionId
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

LegacyStylesheetResolver

public LegacyStylesheetResolver()
Deprecated. 
Method Detail

resolve

public URL resolve(javax.servlet.http.HttpServletRequest request)
Deprecated. 
Description copied from interface: StylesheetResolver
Resolves a template for the request.

Specified by:
resolve in interface StylesheetResolver
Parameters:
request - the HttpServletRequest for which to resolve a template


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC