|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.fckeditor.requestcycle.Context
public class Context
Maintains base/common request parameters from the File Browser. The gain of this class is to provide abstracted and pre-processed access to common request parameters.
In the regular case, you will use an already created instance of this class.
| Constructor Summary | |
|---|---|
protected |
Context(HttpServletRequest request)
Sole class constructor. |
| Method Summary | |
|---|---|
Command |
getCommand()
Returns a command instance for the command parameter. |
String |
getCommandStr()
Returns the command parameter of this context. |
String |
getCurrentFolderStr()
Returns the current folder parameter of this context. |
ResourceType |
getDefaultResourceType()
Returns a default resource type instance for the type parameter. |
ResourceType |
getResourceType()
Returns a resource type instance for the type parameter. |
String |
getTypeStr()
Returns the type parameter of this context. |
void |
logBaseParameters()
Logs base/common request parameters. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected Context(HttpServletRequest request)
ThreadLocalData.
request - current user request instance| Method Detail |
|---|
public String getTypeStr()
public ResourceType getDefaultResourceType()
ResourceType.getDefaultResourceType(String)public ResourceType getResourceType()
ResourceType.getResourceType(String)public String getCommandStr()
public Command getCommand()
Command.getCommand(String)public String getCurrentFolderStr()
public void logBaseParameters()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||