com.liferay.portal.freemarker
Class URLTemplateSource

java.lang.Object
  extended by com.liferay.portal.freemarker.URLTemplateSource

public class URLTemplateSource
extends java.lang.Object

View Source

Author:
Mika Koivisto

Constructor Summary
URLTemplateSource(java.net.URL url)
           
 
Method Summary
protected  void closeStream()
           
 boolean equals(java.lang.Object obj)
           
protected  java.io.InputStream getInputStream()
           
protected  long getLastModified()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

URLTemplateSource

public URLTemplateSource(java.net.URL url)
                  throws java.io.IOException
Throws:
java.io.IOException
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

closeStream

protected void closeStream()
                    throws java.io.IOException
Throws:
java.io.IOException

getInputStream

protected java.io.InputStream getInputStream()
                                      throws java.io.IOException
Throws:
java.io.IOException

getLastModified

protected long getLastModified()