|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectTagSupport
com.basecmp.taglibs.AbstractTag
Created on 23.11.2005
| Field Summary | |
protected int |
_scope
|
protected boolean |
isDebugMode
|
| Constructor Summary | |
AbstractTag()
|
|
| Method Summary | |
protected java.lang.Long |
clientIdBySession()
Returns the client-id (CID) from the session-attribute DOMAIN_CLIENT_ID. |
protected java.lang.Long |
domainIdByHttpHeader()
Returns the domain-id (CID) using the Http-HOST-Header. |
protected java.lang.String |
domainNameByHttpHeader()
Returns the domain-name from the current request-header (HOST-header). |
protected java.lang.String |
domainNameBySession()
Returns the domain-name from the session-attribute USER_VIEWING_DOMAIN. |
java.lang.String |
getDebug()
|
java.lang.String |
getScope()
|
protected java.lang.String |
localeLanguageNameBySession()
Returns the ISO language from the session-attribute USER_VIEWING_DOMAIN. |
void |
setDebug(java.lang.String debug)
|
void |
setScope(java.lang.String scope)
|
protected void |
write(java.lang.String jspout)
Helper-Method to simplify writing content into th current page-delivery. |
protected void |
writeErrorMsg(java.lang.String header,
java.lang.String message)
|
protected void |
writeJavaScript(java.lang.String scriptId,
java.lang.String script)
Schreibt ein HTML-Script-Tag mit dem angegebenen Script-String als Inhalt in die Seite. |
protected void |
writeJavaScriptResourceReference(java.lang.String jsResourceName)
Schreibt ein HTML-Script-Tag als externe Referenz auf eine JavaScript-Datei in die Seite. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected int _scope
protected boolean isDebugMode
| Constructor Detail |
public AbstractTag()
| Method Detail |
protected java.lang.Long clientIdBySession()
SessionConstants#DOMAIN_CLIENT_IDprotected java.lang.Long domainIdByHttpHeader()
protected java.lang.String domainNameByHttpHeader()
protected java.lang.String domainNameBySession()
SessionConstants#USER_VIEWING_DOMAINpublic java.lang.String getDebug()
public java.lang.String getScope()
protected java.lang.String localeLanguageNameBySession()
SessionConstants#USER_VIEWING_DOMAINpublic void setDebug(java.lang.String debug)
public void setScope(java.lang.String scope)
protected void write(java.lang.String jspout)
jspout - the content to write.
protected void writeErrorMsg(java.lang.String header,
java.lang.String message)
protected void writeJavaScript(java.lang.String scriptId,
java.lang.String script)
protected void writeJavaScriptResourceReference(java.lang.String jsResourceName)
jsResourceName - Name der referenzierten JavaScript-Datei, die sich im Verzeichnis
unterhalb von '<Backoffice>/contententry/js befinden muss.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||