cz.softeu.rewriter
Class RuleFactoryAdapter

java.lang.Object
  extended by cz.softeu.rewriter.RuleFactoryAdapter
All Implemented Interfaces:
RuleFactory
Direct Known Subclasses:
FixedFactory, RegexFactory

public abstract class RuleFactoryAdapter
extends java.lang.Object
implements RuleFactory

Helper class for deriving new RuleFactories from.

Author:
Petr Ferschmann

Constructor Summary
RuleFactoryAdapter()
           
 
Method Summary
static int getRedirectType(nu.xom.Element el)
           
static java.lang.String getTagValue(nu.xom.Element el, java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface cz.softeu.rewriter.RuleFactory
read
 

Constructor Detail

RuleFactoryAdapter

public RuleFactoryAdapter()
Method Detail

getTagValue

public static java.lang.String getTagValue(nu.xom.Element el,
                                           java.lang.String name)

getRedirectType

public static int getRedirectType(nu.xom.Element el)


Copyright © 2007 SoftEU s.r.o.. All Rights Reserved.