submarine.core
Class XSLTransformInfos.Type

java.lang.Object
  |
  +--submarine.core.XSLTransformInfos.Type
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
XSLTransformInfos

public static class XSLTransformInfos.Type
extends java.lang.Object
implements java.io.Serializable

Type de paramètre pour les feuilles de style. Il exsite un seul type de paramètre pour l'instant ( NOW ) mais on pourrait avoir besoin d'ajouter le nom de la machine, l'utilisateur connecté, le docID du contexte, ...

See Also:
Serialized Form

Field Summary
static int CTX
          Const that define parameters from the context attributes (see Message.MsgContext.attributes).
static int NOW
          Constante definissant le type pour un paramètre fournissant la date système au moment de la transformation.
(package private)  java.lang.String param
          Une info supplémentaire qui peut être utile pour compléter l'action du type de paramètre.
(package private)  int type
          Contient une des constantes : NOW.
 
Constructor Summary
XSLTransformInfos.Type(int t, java.lang.String p)
          Le constructeur
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

NOW

public static final int NOW
Constante definissant le type pour un paramètre fournissant la date système au moment de la transformation.

CTX

public static final int CTX
Const that define parameters from the context attributes (see Message.MsgContext.attributes).

type

int type
Contient une des constantes : NOW.

param

java.lang.String param
Une info supplémentaire qui peut être utile pour compléter l'action du type de paramètre.
Constructor Detail

XSLTransformInfos.Type

public XSLTransformInfos.Type(int t,
                              java.lang.String p)
Le constructeur
Parameters:
t -  
p -  

Submarine project. free distribution of this software must include the opensource licence.
Guénolé de Cadoudal.