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

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

public class XSLTAutoView
extends XSLTView


Field Summary
static 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(Properties viewProperties)
           
 
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 String DEFAULT_STYLESHEET_URI
See Also:
Constant Field Values
Constructor Detail

XSLTAutoView

public XSLTAutoView()
Constructor for XSLTAutoView.

Method Detail

populateFromProperties

public void populateFromProperties(Properties viewProperties)
See Also:
IView.populateFromProperties(Properties)


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