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

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

public abstract class XSLTView
extends View


Field Summary
 
Fields inherited from interface com.bankframe.fe.statemachine.ext.apps.IView
PROCESSES_EXECUTION_RECORDS_ATTRIBUTE_NAME
 
Constructor Summary
XSLTView()
          Constructor for XSLTView.
 
Method Summary
 void build(IState state, Inputs inputs, RequestContext requestContext)
           
 java.lang.String getStylesheetURI()
          Returns the stylesheetURI.
 void setStylesheetURI(java.lang.String stylesheetURI)
          Sets the stylesheetURI.
 
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
 
Methods inherited from interface com.bankframe.fe.statemachine.ext.apps.IView
populateFromProperties
 

Constructor Detail

XSLTView

public XSLTView()
Constructor for XSLTView.

Method Detail

build

public void build(IState state,
                  Inputs inputs,
                  RequestContext requestContext)
           throws StateMachineUserException
Throws:
StateMachineUserException
See Also:
IView.build(IState, Inputs, RequestContext)

getStylesheetURI

public java.lang.String getStylesheetURI()
Returns the stylesheetURI.

Returns:
String

setStylesheetURI

public void setStylesheetURI(java.lang.String stylesheetURI)
Sets the stylesheetURI.

Parameters:
stylesheetURI - The stylesheetURI to set


Copyright © 2004 Siebel Systems, Inc. All rights reserved.