public class UnAuthenticateAction
extends org.apache.cocoon.acting.AbstractAction
This action will always send an HTTP redirect to the DSpace home page.
Example:
<map:action name="UnAuthenticateAction" src="org.dspace.app.xmlui.eperson.UnAuthenticateAction"/>
<map:act type="UnAuthenticateAction">
<map:serialize type="xml"/>
</map:act>
| Constructor and Description |
|---|
UnAuthenticateAction() |
public Map act(org.apache.cocoon.environment.Redirector redirector, org.apache.cocoon.environment.SourceResolver resolver, Map objectModel, String source, org.apache.avalon.framework.parameters.Parameters parameters) throws Exception
redirector - redirector.resolver - source resolver.objectModel - Cocoon's object modelsource - source.parameters - sitemap parameters.Exception - passed through.Copyright © 2016 DuraSpace. All rights reserved.