com.bankframe.fe.statemachine.ext.connectors.servlet
Class XSLTAutoView

java.lang.Object
  extended bycom.bankframe.fe.statemachine.ext.apps.View
      extended bycom.bankframe.fe.statemachine.ext.connectors.servlet.XSLTView
          extended bycom.bankframe.fe.statemachine.ext.connectors.servlet.XSLTAutoView
All Implemented Interfaces:
IView, IView

public class XSLTAutoView
extends XSLTView


Field Summary
static java.lang.String DEFAULT_STYLESHEET_URI
           
 
Fields inherited from interface com.bankframe.fe.statemachine.ext.apps.IView
PROCESSES_EXECUTION_RECORDS_ATTRIBUTE_NAME
 
Constructor Summary
XSLTAutoView()
          Constructor for XSLTAutoView.
 
Method Summary
 void populateFromProperties(java.util.Properties viewProperties)
          This method is intended to allow thr view set it's attributes based on the Properties given.
 
Methods inherited from class com.bankframe.fe.statemachine.ext.connectors.servlet.XSLTView
build, getStylesheetURI, setStylesheetURI
 
Methods inherited from class com.bankframe.fe.statemachine.ext.apps.View
build, build
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_STYLESHEET_URI

public static final java.lang.String DEFAULT_STYLESHEET_URI
See Also:
Constant Field Values
Constructor Detail

XSLTAutoView

public XSLTAutoView()
Constructor for XSLTAutoView.

Method Detail

populateFromProperties

public void populateFromProperties(java.util.Properties viewProperties)
Description copied from interface: IView
This method is intended to allow thr view set it's attributes based on the Properties given.

The State will include the viewProperties as supplied during the design process.

Parameters:
viewProperties -
See Also:
IView.populateFromProperties(Properties)


Copyright © 2005, 2007, Oracle. All rights reserved.