org.pustefixframework.example.numberguess.state
Class ResultState

java.lang.Object
  extended by de.schlund.pfixcore.workflow.StateImpl
      extended by de.schlund.pfixcore.workflow.app.StaticState
          extended by org.pustefixframework.example.numberguess.state.ResultState
All Implemented Interfaces:
ConfigurableState, State

public class ResultState
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
ResultState()
           
 
Method Summary
 boolean isAccessible(Context context, PfixServletRequest preq)
           
 void setGuessContext(StatisticsContext guessContext)
           
 
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

ResultState

public ResultState()
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

setGuessContext

public void setGuessContext(StatisticsContext guessContext)


Copyright © 2011 United Internet. All Rights Reserved.