Package com.tridion.broker.xslt
Interface XSLT
public interface XSLT
Interface for XSLT objects which will be managed by an
XSLTHome.-
Method Summary
Modifier and TypeMethodDescriptionintGets the component template id.Gets the XSLT content.longGets the last modified time.intGets the namespace id.intGets the publication id.
-
Method Details
-
getContent
String getContent()Gets the XSLT content.- Returns:
- The XSLT content.
-
getComponentTemplateId
int getComponentTemplateId()Gets the component template id.- Returns:
- The component template id.
-
getPublicationId
int getPublicationId()Gets the publication id.- Returns:
- The publication id.
-
getNamespaceId
int getNamespaceId()Gets the namespace id.- Returns:
- The namespace id.
-
getLastModified
long getLastModified()Gets the last modified time.- Returns:
- The last modified time.
-