uPortal 2.3.2
API Documentation

org.jasig.portal.tools.dbloader
Class TorqueStylesheetUtils

java.lang.Object
  extended byorg.jasig.portal.tools.dbloader.TorqueStylesheetUtils

public class TorqueStylesheetUtils
extends java.lang.Object

Extension functions for the stylesheets used to transform tables.xml and data.xml for Torque.

Author:
Sarah Arnott

Constructor Summary
TorqueStylesheetUtils()
           
 
Method Summary
static java.lang.String getName(org.apache.xalan.extensions.ExpressionContext ec, java.lang.String orig)
          Returns the identifier in the default form for Torque.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TorqueStylesheetUtils

public TorqueStylesheetUtils()
Method Detail

getName

public static java.lang.String getName(org.apache.xalan.extensions.ExpressionContext ec,
                                       java.lang.String orig)
Returns the identifier in the default form for Torque. (If table is called 'UP_USER' in database, this method returns the identifier as 'UpUser')


uPortal 2.3.2
API Documentation