Weaver 3.1.0a1-D1

com.oldlight.weaver.interpreter.components
Class WeaverApplicationComponentAuth

java.lang.Object
  extended bycom.oldlight.weaver.interpreter.components.WeaverApplicationComponentAuth
All Implemented Interfaces:
WeaverApplicationComponent

public class WeaverApplicationComponentAuth
extends Object
implements WeaverApplicationComponent


Nested Class Summary
static class WeaverApplicationComponentAuth.Action
           
static class WeaverApplicationComponentAuth.RequestWrapper
           
 
Field Summary
private  WeaverApplicationComponentAuth.Action action
           
private  String domain
           
private  Logger l
           
private  WeaverFileLocation location
           
static String STORED_REQUEST
           
 
Constructor Summary
WeaverApplicationComponentAuth(WeaverApplicationComponentAuth.Action action, String domain, WeaverFileLocation location)
           
 
Method Summary
 void attemptToHandle(WeaverExecutionContextImpl context, WeaverPrivateExecutionContext privateContext, WeaverInterpreter interpreter, WeaverInterpreterResult interpreterResult)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STORED_REQUEST

public static final String STORED_REQUEST
See Also:
Constant Field Values

action

private WeaverApplicationComponentAuth.Action action

domain

private String domain

location

private WeaverFileLocation location

l

private Logger l
Constructor Detail

WeaverApplicationComponentAuth

public WeaverApplicationComponentAuth(WeaverApplicationComponentAuth.Action action,
                                      String domain,
                                      WeaverFileLocation location)
Method Detail

attemptToHandle

public void attemptToHandle(WeaverExecutionContextImpl context,
                            WeaverPrivateExecutionContext privateContext,
                            WeaverInterpreter interpreter,
                            WeaverInterpreterResult interpreterResult)
                     throws WeaverExecutionException
Specified by:
attemptToHandle in interface WeaverApplicationComponent
Throws:
WeaverExecutionException

Copyright ©Paul Harvey