org.apache.myfaces.examples.template
Class TemplateBacker

java.lang.Object
  extended byorg.apache.myfaces.examples.template.TemplateBacker

public class TemplateBacker
extends java.lang.Object

Backing bean for template examples. Used to demonstrate how you can provide both the content and the stylesheet using value bindings.

Author:
Sean Schofield

Constructor Summary
TemplateBacker()
           
 
Method Summary
 java.io.InputStream getContentStream()
           
 java.io.InputStream getStyleStream()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateBacker

public TemplateBacker()
Method Detail

getContentStream

public java.io.InputStream getContentStream()
                                     throws java.io.IOException
Throws:
java.io.IOException

getStyleStream

public java.io.InputStream getStyleStream()
                                   throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2007 Apache Software Foundation. All Rights Reserved.