com.bankframe.fe.statemachine.ext.connectors.servlet
Class XSLTView
java.lang.Object
com.bankframe.fe.statemachine.ext.apps.View
com.bankframe.fe.statemachine.ext.connectors.servlet.XSLTView
- All Implemented Interfaces:
- IView
- Direct Known Subclasses:
- XSLTAutoView
public abstract class XSLTView
- extends View
Constructor Summary |
XSLTView()
Constructor for XSLTView. |
Methods inherited from class com.bankframe.fe.statemachine.ext.apps.View |
build, build |
XSLTView
public XSLTView()
- Constructor for XSLTView.
build
public void build(IState state,
Inputs inputs,
RequestContext requestContext)
throws StateMachineUserException
- Throws:
StateMachineUserException
- See Also:
IView.build(IState, Inputs, RequestContext)
getStylesheetURI
public String getStylesheetURI()
- Returns the stylesheetURI.
- Returns:
- String
setStylesheetURI
public void setStylesheetURI(String stylesheetURI)
- Sets the stylesheetURI.
- Parameters:
stylesheetURI
- The stylesheetURI to set
Copyright © 2005, 2007, Oracle. All rights reserved.