|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.flex.TestCmsFlexResponse.RequestStub
public static class TestCmsFlexResponse.RequestStub
A partial implementation of HttpServletRequest which allows for the setting and getting of request attributes.
| Constructor Summary | |
|---|---|
TestCmsFlexResponse.RequestStub()
|
|
| Method Summary | |
|---|---|
Object |
getAttribute(String name)
Returns the named attribute value. |
void |
removeAttribute(String name)
Removes the named attribute. |
void |
setAttribute(String name,
Object value)
Sets the named attribute to the given value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TestCmsFlexResponse.RequestStub()
| Method Detail |
|---|
public Object getAttribute(String name)
name - the name of the attribute to return
public void removeAttribute(String name)
name - the name of the attribute to remove
public void setAttribute(String name,
Object value)
name - the name of the attribute to setvalue - the value to set
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||