Liferay 6.1.2-ce-ga3

com.liferay.portal.freemarker
Class URLTemplateSource

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

public class URLTemplateSource
extends Object


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

Constructor Detail

URLTemplateSource

public URLTemplateSource(URL url)
                  throws IOException
Throws:
IOException
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

closeStream

protected void closeStream()
                    throws IOException
Throws:
IOException

getInputStream

protected InputStream getInputStream()
                              throws IOException
Throws:
IOException

getLastModified

protected long getLastModified()

Liferay 6.1.2-ce-ga3