net.ontopia.topicmaps.webed.core
Interface WebEdRequestIF

All Known Implementing Classes:
WebEdRequest

public interface WebEdRequestIF

PUBLIC: Represents a request to a web editor framework application.

Since:
2.0

Method Summary
 ActionParametersIF getActionParameters(java.lang.String name)
          PUBLIC: Returns the parameters of the named action.
 boolean getActionsExecuted()
          PUBLIC: Returns true if at least one action has already been run in this request.
 UserIF getUser()
          PUBLIC: Returns the user object connected with this request.
 

Method Detail

getActionParameters

ActionParametersIF getActionParameters(java.lang.String name)
PUBLIC: Returns the parameters of the named action.


getUser

UserIF getUser()
PUBLIC: Returns the user object connected with this request.


getActionsExecuted

boolean getActionsExecuted()
PUBLIC: Returns true if at least one action has already been run in this request.

Since:
2.1.1


Copyright © 2000-2012 Ontopia.