|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.portal.generic.MapBasedInvocationFactory
public class MapBasedInvocationFactory
| Field Summary | |
|---|---|
protected static java.util.logging.Logger |
log
|
| Constructor Summary | |
|---|---|
MapBasedInvocationFactory()
|
|
| Method Summary | |
|---|---|
protected MapBasedInvocationFactory |
clone(java.lang.String namespace)
The actionNamespace and actionMap are null in the returned clone The invocation that matches the passed namespace will not have any parameters. |
protected InvocationURL |
createActionURL(java.lang.String namespace)
|
protected InvocationURL |
createRenderURL(java.lang.String namespace)
|
protected void |
decodeRawParameters(java.util.Map<java.lang.String,java.lang.String[]> raw)
|
void |
finish()
|
java.lang.String |
getActionTargetParameterName()
The name of the parameter to use to store the namespace of the target of an action. |
com.caucho.portal.generic.MapBasedInvocationFactory.MapBasedInvocation |
getInvocation(java.lang.String namespace)
Return a Invocation appropriate for the passed namespace. |
java.lang.String |
getPortletModeParameterName()
The name of the parameter to use to store the portlet mode. |
java.util.Set<PortletMode> |
getPortletModesUsed()
|
java.lang.String |
getReservedNamespace()
The reserved namespace is used to mark parameters that have special meaning to the portal. |
java.lang.String |
getURL()
|
java.lang.String |
getWindowStateParameterName()
The name of the parameter to use to store the window state. |
java.util.Set<WindowState> |
getWindowStatesUsed()
|
boolean |
isActionTarget(java.lang.String namespace)
|
void |
setActionTargetParameterName(java.lang.String name)
The name of the parameter to use to store the namespace of the target of an action. |
void |
setPortletModeParameterName(java.lang.String name)
The name of the parameter to use to store the portlet mode. |
void |
setReservedNamespace(java.lang.String namespace)
The reserved namespace is used to mark parameters that have special meaning to the portal. |
void |
setWindowStateParameterName(java.lang.String name)
The name of the parameter to use to store the window state. |
void |
start(java.util.Map<java.lang.String,java.lang.String[]> rawParameters)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected static final java.util.logging.Logger log
| Constructor Detail |
|---|
public MapBasedInvocationFactory()
| Method Detail |
|---|
public void setReservedNamespace(java.lang.String namespace)
public java.lang.String getReservedNamespace()
public void setActionTargetParameterName(java.lang.String name)
public java.lang.String getActionTargetParameterName()
public void setWindowStateParameterName(java.lang.String name)
public java.lang.String getWindowStateParameterName()
public void setPortletModeParameterName(java.lang.String name)
public java.lang.String getPortletModeParameterName()
public void start(java.util.Map<java.lang.String,java.lang.String[]> rawParameters)
public void finish()
public boolean isActionTarget(java.lang.String namespace)
protected MapBasedInvocationFactory clone(java.lang.String namespace)
protected void decodeRawParameters(java.util.Map<java.lang.String,java.lang.String[]> raw)
public java.lang.String getURL()
public java.util.Set<WindowState> getWindowStatesUsed()
getWindowStatesUsed in interface InvocationFactorypublic java.util.Set<PortletMode> getPortletModesUsed()
getPortletModesUsed in interface InvocationFactorypublic com.caucho.portal.generic.MapBasedInvocationFactory.MapBasedInvocation getInvocation(java.lang.String namespace)
getInvocation in interface InvocationFactoryprotected InvocationURL createActionURL(java.lang.String namespace)
protected InvocationURL createRenderURL(java.lang.String namespace)
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||