org.apache.myfaces.custom.transform
Class ManagedFoo

java.lang.Object
  extended by org.apache.myfaces.custom.transform.ManagedFoo

public class ManagedFoo
extends Object

Simple class to be used as a ManagedBean in testing.

Author:
Sean Schofield

Constructor Summary
ManagedFoo()
           
 
Method Summary
 String getContent()
           
 String getContentLocation()
           
 InputStream getContentStream()
           
 String getStylesheet()
           
 String getStylesheetLocation()
           
 InputStream getStyleStream()
           
 void setContent(String content)
           
 void setContentLocation(String contentLocation)
           
 void setContentStream(InputStream contentStream)
           
 void setStylesheet(String stylesheet)
           
 void setStylesheetLocation(String stylesheetLocation)
           
 void setStyleStream(InputStream styleStream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagedFoo

public ManagedFoo()
Method Detail

getContent

public String getContent()

setContent

public void setContent(String content)

getStylesheet

public String getStylesheet()

setStylesheet

public void setStylesheet(String stylesheet)

getContentLocation

public String getContentLocation()

setContentLocation

public void setContentLocation(String contentLocation)

getStylesheetLocation

public String getStylesheetLocation()

setStylesheetLocation

public void setStylesheetLocation(String stylesheetLocation)

getContentStream

public InputStream getContentStream()

setContentStream

public void setContentStream(InputStream contentStream)

getStyleStream

public InputStream getStyleStream()

setStyleStream

public void setStyleStream(InputStream styleStream)


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.