org.apache.jetspeed.tools.pamanager.rules
Class LocalizedFieldRule

java.lang.Object
  extended byorg.apache.commons.digester.Rule
      extended byorg.apache.jetspeed.tools.pamanager.rules.LocalizedFieldRule

public class LocalizedFieldRule
extends org.apache.commons.digester.Rule

This class helps load internationalized fields

Version:
$Id: LocalizedFieldRule.java 186744 2004-06-08 01:36:30Z dlestrat $
Author:
Jeremy Ford

Field Summary
protected static org.apache.commons.logging.Log log
           
 
Fields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI
 
Constructor Summary
LocalizedFieldRule()
           
 
Method Summary
 void begin(String namespace, String name, Attributes attributes)
          Handle the beginning of an XML element.
 void body(String namespace, String name, String text)
           
 void end(String namespace, String name)
           
 
Methods inherited from class org.apache.commons.digester.Rule
begin, body, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final org.apache.commons.logging.Log log
Constructor Detail

LocalizedFieldRule

public LocalizedFieldRule()
Method Detail

begin

public void begin(String namespace,
                  String name,
                  Attributes attributes)
           throws Exception
Handle the beginning of an XML element.

Parameters:
attributes - The attributes of this element
Throws:
Exception - if a processing error occurs

body

public void body(String namespace,
                 String name,
                 String text)
          throws Exception
Throws:
Exception

end

public void end(String namespace,
                String name)
         throws Exception
Throws:
Exception


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.