net.sourceforge.jsptabcontrol
Class JSPTabControlResources

java.lang.Object
  extended by net.sourceforge.jsptabcontrol.JSPTabControlResources
All Implemented Interfaces:
java.io.Serializable

public class JSPTabControlResources
extends java.lang.Object
implements java.io.Serializable

JSPTabControlResources

Version:
1.0.0
Author:
Angelo ZERR
See Also:
Serialized Form

Field Summary
protected static org.apache.commons.logging.Log log
           
 
Constructor Summary
JSPTabControlResources(java.io.InputStream in)
          Create a JSPTabControlResources object from an InputStream.
JSPTabControlResources(java.io.InputStream[] streams)
          Create a FormViewResources object from an InputStream.
 
Method Summary
 void addTabPageStateConfig(TabPageStateConfig tabPageStateConfig)
           
 TabPageStateConfig getTabPageStateConfig(java.lang.String stateName)
           
 java.util.Collection getTabPageStateConfigList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static org.apache.commons.logging.Log log
Constructor Detail

JSPTabControlResources

public JSPTabControlResources(java.io.InputStream in)
                       throws java.io.IOException,
                              org.xml.sax.SAXException
Create a JSPTabControlResources object from an InputStream.

Parameters:
in - InputStream to a jsptabcontrol-config.xml configuration file. It's the client's responsibility to close this stream.
Throws:
java.io.IOException
org.xml.sax.SAXException - if the formview-config. XML files are not valid or well formed.

JSPTabControlResources

public JSPTabControlResources(java.io.InputStream[] streams)
                       throws java.io.IOException,
                              org.xml.sax.SAXException
Create a FormViewResources object from an InputStream.

Parameters:
streams - An array of InputStreams to several formview-config.xml configuration files that will be read in order and merged into this object. It's the client's responsibility to close these streams.
Throws:
java.io.IOException
org.xml.sax.SAXException - if the formview-config XML files are not valid or well formed.
Method Detail

addTabPageStateConfig

public void addTabPageStateConfig(TabPageStateConfig tabPageStateConfig)

getTabPageStateConfig

public TabPageStateConfig getTabPageStateConfig(java.lang.String stateName)

getTabPageStateConfigList

public java.util.Collection getTabPageStateConfigList()


Copyright 2007 null. All Rights Reserved.