org.apache.myfaces.custom.stylesheet
Class TextResourceFilter.ResourceInfo

java.lang.Object
  extended by org.apache.myfaces.custom.stylesheet.TextResourceFilter.ResourceInfo
Enclosing class:
TextResourceFilter

public static class TextResourceFilter.ResourceInfo
extends Object


Constructor Summary
protected TextResourceFilter.ResourceInfo(long lastModified, String text)
           
 
Method Summary
 long getLastModified()
           
 int getSize()
           
 String getText()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextResourceFilter.ResourceInfo

protected TextResourceFilter.ResourceInfo(long lastModified,
                                          String text)
Method Detail

getLastModified

public long getLastModified()

getText

public String getText()

getSize

public int getSize()


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.