libreccm-legacy/ccm-core/web/themes/README.servlet

11 lines
378 B
Plaintext

The address
/themes/servlet/*
is used by some servlets to create a virtual temporary location to pass
in dynamic information for theme files (*.css / *.xsl) which need to be
collected at runtime.
Example:
Servlet portlet-type-xsl used
/themes/servlet/portlet-type/*
to pass in at runtime a list of actually installed portlet's default xsl
templates to use as fallback.