com.arsdigita.templating
Class LegacyStylesheetResolver
java.lang.Object
com.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.
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 |
versionId
public static final String versionId
- Deprecated.
- See Also:
- Constant Field Values
LegacyStylesheetResolver
public LegacyStylesheetResolver()
- Deprecated.
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