public class FrontMinimizeTransformer extends MinimizeTransformer
Modifier and Type | Field and Description |
---|---|
private URIPrefixHandler |
_prefixHandler |
_context, _currentContextPath, _isSuperDevMode, _locale, _patterns
manager, objectModel, parameters, resolver, source
contentHandler, EMPTY_CONTENT_HANDLER, lexicalHandler, xmlConsumer
ROLE
Constructor and Description |
---|
FrontMinimizeTransformer() |
Modifier and Type | Method and Description |
---|---|
protected String |
_getMinimizeUrl()
Get the url of the minimizer
|
private String |
_getSiteName() |
protected String |
_removeContextPath(String uri)
Remove the context path from the uri to be able to analyse correctly the patterns
|
protected String |
getHashSalt()
Return the salt used by the hash cache
|
private String |
getURIPrefix() |
void |
service(ServiceManager smanager) |
configure, contextualize, endElement, setup, startDocument, startElement
dispose, recycle
characters, comment, endCDATA, endDocument, endDTD, endEntity, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startCDATA, startDTD, startEntity, startPrefixMapping
setConsumer, setContentHandler, setLexicalHandler
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
characters, endDocument, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startPrefixMapping
comment, endCDATA, endDTD, endEntity, startCDATA, startDTD, startEntity
setConsumer
private URIPrefixHandler _prefixHandler
public FrontMinimizeTransformer()
public void service(ServiceManager smanager) throws ServiceException
service
in interface Serviceable
service
in class MinimizeTransformer
ServiceException
private String getURIPrefix()
protected String _removeContextPath(String uri)
MinimizeTransformer
_removeContextPath
in class MinimizeTransformer
uri
- The incomming uriprotected String _getMinimizeUrl()
MinimizeTransformer
_getMinimizeUrl
in class MinimizeTransformer
protected String getHashSalt()
MinimizeTransformer
getHashSalt
in class MinimizeTransformer
private String _getSiteName()