public class GoToRemoteAction extends GoToAction
actionDictionnary, context
Constructor and Description |
---|
GoToRemoteAction(ActionManagerFactory amFact,
COSDictionary adict,
PreflightContext ctx,
String aaKey) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
innerValid()
This method must be implemented by inherited classes to process specific validation.
|
getActionDictionnary, getAdditionalActionKey, isAdditionalAction, valid, valid, validNextActions
public GoToRemoteAction(ActionManagerFactory amFact, COSDictionary adict, PreflightContext ctx, String aaKey)
amFact
- Instance of ActionManagerFactory used to create ActionManager to check Next actions.adict
- the COSDictionary of the action wrapped by this class.ctx
- the preflight context.aaKey
- the name of the key which identify the action in a additional action dictionary.protected boolean innerValid() throws ValidationException
AbstractActionManager
innerValid
in class GoToAction
ValidationException
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.