org.fcrepo.server.security.servletfilters
Class Base

java.lang.Object
  extended by org.fcrepo.server.security.servletfilters.Base
Direct Known Subclasses:
FilterSetup

public class Base
extends Object

Author:
Bill Niebel

Field Summary
protected  boolean initErrors
           
protected static String[] StringArrayPrototype
           
 
Constructor Summary
Base()
           
 
Method Summary
static boolean booleanValue(String string)
           
 String enter(String method)
           
 String enterExit(String method)
           
 String exit(String method)
           
 String fail(String method, String test)
           
 String format(String method, String msg)
           
 String format(String method, String msg, String name)
           
 String format(String method, String msg, String name, String value)
           
protected  String getClassName()
           
protected  void initThisSubclass(String key, String value)
           
 String pass(String method, String test)
           
 String passFail(String method, String test, String result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

StringArrayPrototype

protected static final String[] StringArrayPrototype

initErrors

protected boolean initErrors
Constructor Detail

Base

public Base()
Method Detail

getClassName

protected String getClassName()

enter

public final String enter(String method)

exit

public final String exit(String method)

enterExit

public final String enterExit(String method)

passFail

public final String passFail(String method,
                             String test,
                             String result)

pass

public final String pass(String method,
                         String test)

fail

public final String fail(String method,
                         String test)

format

public final String format(String method,
                           String msg)

format

public final String format(String method,
                           String msg,
                           String name)

format

public final String format(String method,
                           String msg,
                           String name,
                           String value)

booleanValue

public static final boolean booleanValue(String string)
                                  throws Exception
Throws:
Exception

initThisSubclass

protected void initThisSubclass(String key,
                                String value)


Copyright © 2012 DuraSpace. All Rights Reserved.