wt.query.template
Class DelegationXSLSpec

java.lang.Object
  extended bywt.query.template.DelegationXSLSpec
All Implemented Interfaces:
Serializable, XSLSpec

public final class DelegationXSLSpec
extends Object
implements XSLSpec, Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
private static long serialVersionUID
           
private  String serviceName
           
 
Constructor Summary
DelegationXSLSpec(String a_service)
          

Supported API: false
 
Method Summary
 String getServiceName()
          Gets the value of the attribute: serviceName.
 Stylesheet[] getStylesheets(Locale a_locale)
          

Supported API: false
private  void serviceNameValidate(String a_ServiceName)
           
 void setServiceName(String a_ServiceName)
          Sets the value of the attribute: serviceName.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

serviceName

private String serviceName

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

DelegationXSLSpec

public DelegationXSLSpec(String a_service)
                  throws WTPropertyVetoException


Supported API: false

Parameters:
a_service -
Throws:
WTPropertyVetoException
Method Detail

getServiceName

public String getServiceName()
Gets the value of the attribute: serviceName.

Supported API: false

Returns:
String

setServiceName

public void setServiceName(String a_ServiceName)
                    throws WTPropertyVetoException
Sets the value of the attribute: serviceName.

Supported API: false

Parameters:
a_ServiceName -
Throws:
WTPropertyVetoException

serviceNameValidate

private void serviceNameValidate(String a_ServiceName)
                          throws WTPropertyVetoException
Parameters:
a_ServiceName -
Throws:
WTPropertyVetoException

getStylesheets

public Stylesheet[] getStylesheets(Locale a_locale)
                            throws WTException


Supported API: false

Specified by:
getStylesheets in interface XSLSpec
Parameters:
a_locale - parameter to get locale specific XSL
Returns:
Stylesheet[]
Throws:
WTException