com.itmill.toolkit.terminal.web
Class ThemeSource.XSLStream
java.lang.Object
com.itmill.toolkit.terminal.web.ThemeSource.XSLStream
- Enclosing interface:
- ThemeSource
public static class ThemeSource.XSLStream
- extends Object
Wrapper class for XSL InputStreams.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThemeSource.XSLStream
public ThemeSource.XSLStream(String id,
InputStream stream)
- Parameters:
id - stream - the input stream.
getId
public String getId()
- Returns id of this stream.
- Returns:
- the id of the stream.
getStream
public InputStream getStream()
- Returns the actual XSL Stream.
- Returns:
- the XSL Stream.
Copyright © 2000-2008 IT Mill Ltd. All Rights Reserved.