|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stratelia.silverpeas.peasCore.AbstractComponentSessionController
com.stratelia.silverpeas.clipboardPeas.control.ClipboardSessionController
public class ClipboardSessionController
A servlet ClipboardSessionControler acts as a proxy for a ClipboardBm EJB.
Field Summary |
---|
Fields inherited from class com.stratelia.silverpeas.peasCore.AbstractComponentSessionController |
---|
CHARACTER_ENCODING, context |
Constructor Summary | |
---|---|
ClipboardSessionController(MainSessionController mainSessionCtrl,
ComponentContext context)
The ClipboardSessionController is built empty and will be later initialized. |
Method Summary | |
---|---|
void |
doIdle(int nbinc)
Method doIdle |
String |
getComponentLabel(String componentId)
Returns the label of the given component |
String |
getComponentRooterName()
|
int |
getCounter()
Method getCounter |
String |
getHF_HTMLForm(javax.servlet.http.HttpServletRequest request)
Method getJavaScriptTask |
String |
getHF_JavaScriptTask(javax.servlet.http.HttpServletRequest request)
Method getJavaScriptTask |
Collection<IndexEntry> |
getIndexEntryObjects()
Return the list of object (IndexEntry format) in clipboard. |
String |
getIntervalInSec()
Method declaration |
String |
getJSPPage()
|
String |
getMessageError()
|
Collection<ClipboardSelection> |
getObjects()
Return the list of object in clipboard. |
ResourceLocator |
getSettings()
|
String |
getSpaceLabel(String spaceId)
Returns the label of the given domain/space |
String |
getTargetFrame()
|
void |
incCounter(int inc)
Method incCounter |
void |
setComponentId(String componentId)
|
void |
setComponentRooterName(String rooterName)
|
void |
setJSPPage(String JSPPage)
|
void |
setSpaceId(String spaceId)
|
void |
setTargetFrame(String TargetFrame)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClipboardSessionController(MainSessionController mainSessionCtrl, ComponentContext context)
mainSessionCtrl
- context
- Method Detail |
---|
public int getCounter()
public void incCounter(int inc)
inc
-
public void doIdle(int nbinc)
nbinc
-
public String getHF_JavaScriptTask(javax.servlet.http.HttpServletRequest request)
request
-
public String getHF_HTMLForm(javax.servlet.http.HttpServletRequest request)
request
-
public String getMessageError()
public Collection<IndexEntry> getIndexEntryObjects() throws ClipboardException
RemoteException
ClipboardException
public Collection<ClipboardSelection> getObjects() throws ClipboardException, NamingException, SQLException
RemoteException
NamingException
SQLException
ClipboardException
public ResourceLocator getSettings()
getSettings
in interface ComponentSessionController
getSettings
in class AbstractComponentSessionController
public String getSpaceLabel(String spaceId)
spaceId
-
public String getComponentLabel(String componentId)
componentId
-
public void setComponentRooterName(String rooterName)
rooterName
- public void setSpaceId(String spaceId)
public void setComponentId(String componentId)
public void setJSPPage(String JSPPage)
JSPPage
- public void setTargetFrame(String TargetFrame)
TargetFrame
- public String getComponentRooterName()
public String getJSPPage()
public String getTargetFrame()
public String getIntervalInSec()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |