org.zkoss.zuss
Interface Locator

All Known Implementing Classes:
FileLocator, ServletContextLocator

public interface Locator

Custom resource locator.

Author:
tomyeh

Method Summary
 java.io.Reader getResource(java.lang.String name)
          Returns the resource of the given name, or null if not found.
 

Method Detail

getResource

java.io.Reader getResource(java.lang.String name)
                           throws java.io.IOException
Returns the resource of the given name, or null if not found.

Throws:
java.io.IOException


Copyright © 2005-2010 Potix Corporation. All Rights Reserved.