Interface TCPContext
-
- All Known Implementing Classes:
TCPServletContext,TCPStandaloneContext
public interface TCPContext- Author:
- Alexey Stashok
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetAttribute(String name)URLgetResource(String resource)InputStreamgetResourceAsStream(String resource)Set<String>getResourcePaths(String path)voidsetAttribute(String name, Object value)
-
-
-
Method Detail
-
getResource
URL getResource(String resource) throws MalformedURLException
- Throws:
MalformedURLException
-
getResourceAsStream
InputStream getResourceAsStream(String resource) throws IOException
- Throws:
IOException
-
-