This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.jetspeed.tools.pamanager.rules
Class LocalizedFieldRule
java.lang.Object
   org.apache.commons.digester.Rule
org.apache.commons.digester.Rule
       org.apache.jetspeed.tools.pamanager.rules.LocalizedFieldRule
org.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 516448 2007-03-09 16:25:47Z ate $
- Author:
- Jeremy Ford 
| Field Summary | 
| protected static org.apache.commons.logging.Log | log
 | 
 
| Fields inherited from class org.apache.commons.digester.Rule | 
| digester, namespaceURI | 
 
 
 
| 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 | 
 
log
protected static final org.apache.commons.logging.Log log
LocalizedFieldRule
public LocalizedFieldRule()
begin
public void begin(String namespace,
                  String name,
                  Attributes attributes)
           throws Exception
- Handle the beginning of an XML element.
 
- 
- Overrides:
- beginin class- org.apache.commons.digester.Rule
 
- 
- 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
- 
- Overrides:
- bodyin class- org.apache.commons.digester.Rule
 
- 
- Throws:
- Exception
 
end
public void end(String namespace,
                String name)
         throws Exception
- 
- Overrides:
- endin class- org.apache.commons.digester.Rule
 
- 
- Throws:
- Exception
 
Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.