com.itmill.toolkit.terminal.web
Class ThemeSource.XSLStream

java.lang.Object
  extended by com.itmill.toolkit.terminal.web.ThemeSource.XSLStream
Enclosing interface:
ThemeSource

public static class ThemeSource.XSLStream
extends Object

Wrapper class for XSL InputStreams.


Constructor Summary
ThemeSource.XSLStream(String id, InputStream stream)
           
 
Method Summary
 String getId()
          Returns id of this stream.
 InputStream getStream()
          Returns the actual XSL Stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThemeSource.XSLStream

public ThemeSource.XSLStream(String id,
                             InputStream stream)
Parameters:
id -
stream - the input stream.
Method Detail

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.