| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Resolved
Identification of the result of the resolution process. Implementations will contain sensible defaults for the navigational state that are determined by the calling framework. In particular the empty state is a valid default. The Resolved interface can only be accessed by one thread at a time and must not be passed across thread boundaries.
This interface is designed to be implemented by clients. |
Method Summary | |
---|---|
java.util.Map<java.lang.String,java.lang.String[]> | getParameterMap()
Returns a modifiable version of the parameter map that will be passed to the servlet or portlet as request parameters. |
StateHolderController | getStateHolderController()
Returns the state represented by the resolution result in a modifiable way. |
void | setBinding(Binding binding)
Sets the requested binding. |
void | setProtected(java.lang.Boolean bFlag)
Indicates if the resolution result needs to point to the private pages in WP or to the public pages. |
void | setSecure(java.lang.Boolean bFlag)
Indicates the security setting for this resolution result. |
Method Detail |
---|
java.util.Map<java.lang.String,java.lang.String[]> getParameterMap()
null
but potentially empty)StateHolderController getStateHolderController()
null
.void setBinding(Binding binding)
void setProtected(java.lang.Boolean bFlag)
void setSecure(java.lang.Boolean bFlag)
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |