org.pustefixframework.sample.basic.state
Class ByeState

java.lang.Object
  extended by de.schlund.pfixcore.workflow.StateImpl
      extended by de.schlund.pfixcore.workflow.app.StaticState
          extended by org.pustefixframework.sample.basic.state.ByeState
All Implemented Interfaces:
ConfigurableState, State

public class ByeState
extends StaticState


Field Summary
 
Fields inherited from class de.schlund.pfixcore.workflow.StateImpl
CAT, config, PROP_INSERTCR
 
Fields inherited from interface de.schlund.pfixcore.workflow.State
SENDAUTHDATA, SENDDATA
 
Constructor Summary
ByeState()
           
 
Method Summary
 boolean isAccessible(Context context, PfixServletRequest preq)
           
 void setUser(User user)
           
 
Methods inherited from class de.schlund.pfixcore.workflow.app.StaticState
getDocument, needsData
 
Methods inherited from class de.schlund.pfixcore.workflow.StateImpl
addResponseHeadersAndType, createDefaultResultDocument, getConfig, isDirectTrigger, isPageFlowRunning, isSubmitAuthTrigger, isSubmitTrigger, renderContextResources, setConfig
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByeState

public ByeState()
Method Detail

isAccessible

public boolean isAccessible(Context context,
                            PfixServletRequest preq)
                     throws Exception
Specified by:
isAccessible in interface State
Overrides:
isAccessible in class StateImpl
Throws:
Exception

setUser

public void setUser(User user)


Copyright © 2011 United Internet. All Rights Reserved.