com.atlassian.jira.servlet
Class DynamicCSSContentResolver

java.lang.Object
  extended bycom.atlassian.jira.servlet.DynamicCSSContentResolver
All Implemented Interfaces:
com.atlassian.cache.servlet.resolver.ContentResolver

public class DynamicCSSContentResolver
extends Object
implements com.atlassian.cache.servlet.resolver.ContentResolver

Used to resolve our dynamic css.


Field Summary
protected  org.apache.log4j.Category log
           
protected static String TEMPLATE_DIRECTORY_PATH
           
 
Constructor Summary
DynamicCSSContentResolver()
           
 
Method Summary
 String getContent(String path, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void init(javax.servlet.ServletConfig servletConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected final org.apache.log4j.Category log

TEMPLATE_DIRECTORY_PATH

protected static final String TEMPLATE_DIRECTORY_PATH
See Also:
Constant Field Values
Constructor Detail

DynamicCSSContentResolver

public DynamicCSSContentResolver()
Method Detail

getContent

public String getContent(String path,
                         javax.servlet.http.HttpServletRequest request,
                         javax.servlet.http.HttpServletResponse response)
                  throws IOException,
                         javax.servlet.ServletException
Specified by:
getContent in interface com.atlassian.cache.servlet.resolver.ContentResolver
Throws:
IOException
javax.servlet.ServletException

init

public void init(javax.servlet.ServletConfig servletConfig)
          throws javax.servlet.ServletException
Specified by:
init in interface com.atlassian.cache.servlet.resolver.ContentResolver
Throws:
javax.servlet.ServletException


Copyright © 2002-2006 Atlassian. All Rights Reserved.