org.apache.commons.jci.examples.serverpages
Class JspReader

java.lang.Object
  extended by org.apache.commons.jci.examples.serverpages.JspReader
All Implemented Interfaces:
ResourceReader

public final class JspReader
extends Object
implements ResourceReader

Author:
tcurdt

Constructor Summary
JspReader(Map<String,byte[]> pSources, ResourceReader pReader)
           
 
Method Summary
 byte[] getBytes(String pResourceName)
           
 boolean isAvailable(String pResourceName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JspReader

public JspReader(Map<String,byte[]> pSources,
                 ResourceReader pReader)
Method Detail

getBytes

public byte[] getBytes(String pResourceName)
Specified by:
getBytes in interface ResourceReader

isAvailable

public boolean isAvailable(String pResourceName)
Specified by:
isAvailable in interface ResourceReader


Copyright © 2004–2013 The Apache Software Foundation. All rights reserved.