com.arsdigita.templating
Interface StylesheetResolver

All Known Implementing Classes:
LegacyStylesheetResolver, PatternStylesheetResolver

public interface StylesheetResolver

The various PresentationManager classes resolve requests into stylesheets using classes derived from this interface.


Field Summary
static String versionId
           
 
Method Summary
 URL resolve(javax.servlet.http.HttpServletRequest sreq)
          Resolves a template for the request.
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Method Detail

resolve

public URL resolve(javax.servlet.http.HttpServletRequest sreq)
Resolves a template for the request.

Parameters:
sreq - 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