com.arsdigita.templating
Interface XSLParameterGenerator
- public interface XSLParameterGenerator
This is an interface that allows developers to set variables
that will be available inside of the XSL for use by all XSL stylesheets.
Implementations of this class can be registered with the
Templating
class for use by any PresentationManager
class
Method Summary |
String |
generateValue(javax.servlet.http.HttpServletRequest request)
This returns the correct value for the parameter. |
generateValue
public String generateValue(javax.servlet.http.HttpServletRequest request)
- This returns the correct value for the parameter. This is the
value that is added to the transformer and is available to all
stylesheets
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC