|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WikiException | |
---|---|
com.ecyrd.jspwiki | The chief package of JSPWiki. |
com.ecyrd.jspwiki.auth | Authentication, Authorization and the third A thing. |
com.ecyrd.jspwiki.content | Provides content management functionality for JSPWiki. |
com.ecyrd.jspwiki.filters | Provides page and content filtering functionality for JSPWiki. |
com.ecyrd.jspwiki.parser | |
com.ecyrd.jspwiki.plugin | Provides plugins to the JSPWiki. |
com.ecyrd.jspwiki.providers | Provides storage for JSPWiki. |
com.ecyrd.jspwiki.render | |
com.ecyrd.jspwiki.search | Provides the JSPWiki search functionality. |
com.ecyrd.jspwiki.util | Provides a number of utility libraries that are of general use. |
com.ecyrd.jspwiki.workflow |
Uses of WikiException in com.ecyrd.jspwiki |
---|
Subclasses of WikiException in com.ecyrd.jspwiki | |
---|---|
class |
NoRequiredPropertyException
Marks an erroneus jspwiki.properties file. |
class |
NoSuchVariableException
Marks that no such variable was located. |
Methods in com.ecyrd.jspwiki that throw WikiException | |
---|---|
Outcome |
PageManager.PreSaveWikiPageTask.execute()
Executes the processing for this Step and returns an Outcome indicating
if it succeeded (
Note that successful execution of this methods does not necessarily mean
that the Step is considered "complete"; rather, it just means that it has
executed. Therefore, it is possible that |
Outcome |
PageManager.SaveWikiPageTask.execute()
Executes the processing for this Step and returns an Outcome indicating
if it succeeded (
Note that successful execution of this methods does not necessarily mean
that the Step is considered "complete"; rather, it just means that it has
executed. Therefore, it is possible that |
void |
WikiEngine.initReferenceManager()
Initializes the reference manager. |
String |
WikiEngine.renamePage(WikiContext context,
String renameFrom,
String renameTo,
boolean changeReferrers)
Renames, or moves, a wiki page. |
void |
WikiEngine.saveText(WikiContext context,
String text)
Writes the WikiText of a page into the page repository. |
Constructors in com.ecyrd.jspwiki that throw WikiException | |
---|---|
PageManager(WikiEngine engine,
Properties props)
Creates a new PageManager. |
|
WikiEngine(Properties properties)
Instantiate the WikiEngine using a given set of properties. |
|
WikiEngine(ServletContext context,
String appid,
Properties props)
Instantiate using this method when you're running as a servlet and WikiEngine will figure out where to look for the property file. |
Uses of WikiException in com.ecyrd.jspwiki.auth |
---|
Subclasses of WikiException in com.ecyrd.jspwiki.auth | |
---|---|
class |
NoSuchPrincipalException
Thrown in some error situations where a WikiPrincipal object does not exist. |
class |
WikiSecurityException
Indicates an authentication or authorization error or exception. |
Methods in com.ecyrd.jspwiki.auth that throw WikiException | |
---|---|
String |
SecurityVerifier.containerRoleTable()
Formats and returns an HTML table containing the roles the web container is aware of, and whether each role maps to particular JSPs. |
Outcome |
UserManager.SaveUserProfileTask.execute()
Saves the user profile to the user database. |
void |
AuthorizationManager.initialize(WikiEngine engine,
Properties properties)
Initializes AuthorizationManager with an engine and set of properties. |
void |
AuthenticationManager.initialize(WikiEngine engine,
Properties props)
Creates an AuthenticationManager instance for the given WikiEngine and the specified set of properties. |
void |
UserManager.setUserProfile(WikiSession session,
UserProfile profile)
Saves the UserProfile for the user in
a wiki session. |
protected void |
SecurityVerifier.verifyPolicyAndContainerRoles()
Verifies that the roles given in the security policy are reflected by the container web.xml file. |
Principal[] |
SecurityVerifier.webContainerRoles()
If the active Authorizer is the WebContainerAuthorizer, returns the roles it knows about; otherwise, a zero-length array. |
Uses of WikiException in com.ecyrd.jspwiki.content |
---|
Methods in com.ecyrd.jspwiki.content that throw WikiException | |
---|---|
String |
PageRenamer.renamePage(WikiContext context,
String renameFrom,
String renameTo,
boolean changeReferrers)
Renames a page. |
Uses of WikiException in com.ecyrd.jspwiki.filters |
---|
Subclasses of WikiException in com.ecyrd.jspwiki.filters | |
---|---|
class |
FilterException
A generic PageFilter exception. |
class |
RedirectException
This exception may be thrown if a filter wants to reject something and redirect the user elsewhere. |
Methods in com.ecyrd.jspwiki.filters that throw WikiException | |
---|---|
protected void |
FilterManager.initialize(Properties props)
Initializes the filters from an XML file. |
Constructors in com.ecyrd.jspwiki.filters that throw WikiException | |
---|---|
FilterManager(WikiEngine engine,
Properties props)
Constructs a new FilterManager object. |
Uses of WikiException in com.ecyrd.jspwiki.parser |
---|
Subclasses of WikiException in com.ecyrd.jspwiki.parser | |
---|---|
class |
ParseException
This is an exception which gets thrown whenever the parser cannot parse the parsing things. |
Uses of WikiException in com.ecyrd.jspwiki.plugin |
---|
Subclasses of WikiException in com.ecyrd.jspwiki.plugin | |
---|---|
class |
PluginException
Provides a generic PluginException. |
Uses of WikiException in com.ecyrd.jspwiki.providers |
---|
Subclasses of WikiException in com.ecyrd.jspwiki.providers | |
---|---|
class |
NoSuchVersionException
Indicates that an non-existing version was specified. |
class |
ProviderException
This exception represents the superclass of all exceptions that providers may throw. |
class |
RepositoryModifiedException
If the provider detects that someone has modified the repository externally, it should throw this exception. |
Uses of WikiException in com.ecyrd.jspwiki.render |
---|
Methods in com.ecyrd.jspwiki.render that throw WikiException | |
---|---|
void |
RenderingManager.initialize(WikiEngine engine,
Properties properties)
Initializes the RenderingManager. |
Uses of WikiException in com.ecyrd.jspwiki.search |
---|
Constructors in com.ecyrd.jspwiki.search that throw WikiException | |
---|---|
SearchManager(WikiEngine engine,
Properties properties)
Creates a new SearchManager. |
Uses of WikiException in com.ecyrd.jspwiki.util |
---|
Methods in com.ecyrd.jspwiki.util that throw WikiException | |
---|---|
protected void |
ProviderConverter.convert()
|
static Object |
ClassUtil.getMappedObject(String requestedClass)
This method is used to locate and instantiate a mapped class. |
static Object |
ClassUtil.getMappedObject(String requestedClass,
Object arg1)
This method is used to locate and instantiate a mapped class. |
static Object |
ClassUtil.getMappedObject(String requestedClass,
Object[] initargs)
This method is used to locate and instantiate a mapped class. |
static Object |
ClassUtil.getMappedObject(String requestedClass,
Object arg1,
Object arg2)
This method is used to locate and instantiate a mapped class. |
Uses of WikiException in com.ecyrd.jspwiki.workflow |
---|
Subclasses of WikiException in com.ecyrd.jspwiki.workflow | |
---|---|
class |
DecisionRequiredException
Exception thrown when an activity -- that would otherwise complete silently -- cannot complete because a workflow Decision is required. |
Methods in com.ecyrd.jspwiki.workflow that throw WikiException | |
---|---|
void |
SimpleNotification.acknowledge()
Convenience method that simply calls Decision.decide(Outcome)
with the value Outcome.DECISION_ACKNOWLEDGE . |
Workflow |
WorkflowBuilder.buildApprovalWorkflow(Principal submitter,
String workflowApproverKey,
Task prepTask,
String decisionKey,
Fact[] facts,
Task completionTask,
String rejectedMessageKey)
Builds an approval workflow that requests approval from a named user, Group or
Role before running a Task. |
void |
DecisionQueue.decide(Decision decision,
Outcome outcome)
Attempts to complete a Decision by calling Decision.decide(Outcome) . |
void |
Decision.decide(Outcome outcome)
Sets this Decision's outcome, and restarts the parent Workflow if it is in the Workflow.WAITING state and this Decision is its currently
active Step. |
Outcome |
Step.execute()
Executes the processing for this Step and returns an Outcome indicating if it succeeded ( Outcome.STEP_COMPLETE or
Outcome.STEP_ABORT ). |
Outcome |
Decision.execute()
Default implementation that always returns Outcome.STEP_CONTINUE
if the current Outcome isn't a completion (which will be true if the
Decision.decide(Outcome) method hasn't been executed yet. |
abstract Outcome |
AbstractStep.execute()
Executes the processing for this Step and returns an Outcome indicating
if it succeeded ( |
Principal |
WorkflowManager.getApprover(String messageKey)
Looks up and resolves the actor who approves a Decision for a particular Workflow, based on the Workflow's message key. |
protected void |
Workflow.processCurrentStep()
Protected method that processes the current Step by calling Step.execute() . |
void |
DecisionQueue.reassign(Decision decision,
Principal owner)
Reassigns the owner of the Decision to a new owner. |
void |
Workflow.restart()
Restarts the Workflow from the Workflow.WAITING state and puts it into
the Workflow.RUNNING state again. |
void |
Workflow.start()
Starts the Workflow and sets the state to Workflow.RUNNING . |
void |
Step.start()
Starts the Step, and sets the start time to the moment when this method is first invoked. |
void |
AbstractStep.start()
Starts the Step, and sets the start time to the moment when this method is first invoked. |
void |
WorkflowManager.start(Workflow workflow)
Adds a new workflow to the set of workflows and starts it. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |