public static class PhaseOperation.DeferredOperation extends Object implements org.ocpsoft.common.pattern.Weighted
| Constructor and Description |
|---|
PhaseOperation.DeferredOperation(HttpServletRewrite event,
EvaluationContext context,
PhaseOperation<?> operation) |
| Modifier and Type | Method and Description |
|---|---|
EvaluationContext |
getContext() |
HttpServletRewrite |
getEvent() |
PhaseOperation<?> |
getOperation() |
int |
priority() |
public PhaseOperation.DeferredOperation(HttpServletRewrite event, EvaluationContext context, PhaseOperation<?> operation)
public int priority()
priority in interface org.ocpsoft.common.pattern.Weightedpublic HttpServletRewrite getEvent()
public EvaluationContext getContext()
public PhaseOperation<?> getOperation()
Copyright © 2015 OCPsoft. All Rights Reserved.